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

Commit af164f44 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 8223c839 72fa6852
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);
    }