Merge "Remove unused parameter from createDialog method in User Info edit dialog" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
38b627b69c
@@ -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