Don't need to escape period

synthesis
Alex Baker 6 years ago
parent 37a4456e34
commit 30687f7f5c

@ -38,7 +38,7 @@ public class ImportTasksDialog extends InjectingNativeDialogFragment {
progressDialog.setIndeterminate(true);
progressDialog.show();
setCancelable(false);
if (path.endsWith("\\.xml")) {
if (path.endsWith(".xml")) {
xmlImporter.importTasks(getActivity(), path, progressDialog);
} else {
jsonImporter.importTasks(getActivity(), path, progressDialog);

Loading…
Cancel
Save