Fix issue
This commit is contained in:
parent
c8ce69c68b
commit
0747bb5320
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ public class SaveAsNewTrackBottomSheetDialogFragment extends MenuBottomSheetDial
|
|||
if (folderName != null && !dir.getName().equals(folderName)) {
|
||||
source = new File(dir, folderName);
|
||||
}
|
||||
source = new File(source, fileName);
|
||||
source = new File(source, fileName + IndexConstants.GPX_FILE_EXT);
|
||||
return source;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue