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

Commit be642020 authored by Allen Su's avatar Allen Su Committed by Android (Google) Code Review
Browse files

Merge "Keep the dialog when touching outside the window" into main

parents 9186f375 9e696767
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);