Keep the dialog when touching outside the window
Bug: b/292189991 Test: by manual Change-Id: I2df1a62956e1c43cccdf58478462b964ea3e49fe
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user