Merge "Remove unused parameter from createDialog method in User Info edit dialog" into udc-qpr-dev

This commit is contained in:
Tetiana Meronyk
2023-06-13 09:36:23 +00:00
committed by Android (Google) Code Review

View File

@@ -885,7 +885,6 @@ public class UserSettings extends SettingsPreferenceFragment
this::startActivityForResult, this::startActivityForResult,
userIcon, userIcon,
user.name, user.name,
getString(com.android.settingslib.R.string.profile_info_settings_title),
(newUserName, newUserIcon) -> { (newUserName, newUserIcon) -> {
if (newUserIcon != userIcon) { if (newUserIcon != userIcon) {
ThreadUtils.postOnBackgroundThread(() -> ThreadUtils.postOnBackgroundThread(() ->