Remove unused parameter from createDialog method in User Info edit dialog
Bug: 280568195 Test: atest EditUserInfoController Change-Id: Ib31f7d61d1d3e624c1ae28fc38602fcf566af302
This commit is contained in:
@@ -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(() ->
|
||||||
|
Reference in New Issue
Block a user