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

Commit 9e696767 authored by Allen Su's avatar Allen Su
Browse files

Keep the dialog when touching outside the window

Bug: b/292189991
Test: by manual
Change-Id: I2df1a62956e1c43cccdf58478462b964ea3e49fe
parent 14730baa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -364,6 +364,7 @@ public class LocaleListEditor extends RestrictedSettingsFragment implements View
                                }
                            });
            mSuggestionDialog = dialogBuilder.create();
            mSuggestionDialog.setCanceledOnTouchOutside(false);
            mSuggestionDialog.show();
        } else {
            Log.d(TAG, "Invalid parameter, dialogType:" + dialogType);