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

This commit is contained in:
Allen Su
2023-08-10 03:21:50 +00:00
committed by Android (Google) Code Review

View File

@@ -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);