Bug fixed
This commit is contained in:
parent
987b0c6f6e
commit
e9f043d872
1 changed files with 1 additions and 1 deletions
|
@ -432,11 +432,11 @@ public class ImportHelper {
|
|||
} else {
|
||||
if (save) {
|
||||
String existingFilePath = getExistingFilePath(name, fileSize);
|
||||
name = getNewName(name);
|
||||
if (existingFilePath != null) {
|
||||
app.showToastMessage(R.string.file_already_imported);
|
||||
showGpxInDetailsActivity(existingFilePath);
|
||||
} else {
|
||||
name = getNewName(name);
|
||||
executeImportTask(new SaveAsyncTask(result, name, useImportDir, showInDetailsActivity));
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue