Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86493350 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Contacts: Fix screen no response when import the .vcf file" into main am: af164f44

parents be5a371b af164f44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ public class ImportVCardDialogFragment extends DialogFragment {

        final ImportVCardDialogFragment dialog = new ImportVCardDialogFragment();
        dialog.setArguments(args);
        dialog.setCancelable(false);
        dialog.show(activity.getFragmentManager(), TAG);
    }