Merge "Keep the dialog when touching outside the window" into main
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