Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a31570ae97
1 changed files with 3 additions and 1 deletions
|
@ -659,7 +659,9 @@ public class ImportHelper {
|
|||
fragment.setFileName(fileName);
|
||||
fragment.setSave(save);
|
||||
fragment.setUseImportDir(useImportDir);
|
||||
fragment.show(activity.getSupportFragmentManager(), ImportGpxBottomSheetDialogFragment.TAG);
|
||||
activity.getSupportFragmentManager().beginTransaction()
|
||||
.add(fragment, ImportGpxBottomSheetDialogFragment.TAG)
|
||||
.commitAllowingStateLoss();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue