Merge "Fix icon loading in EditUserInfo dialog on orientation change."

This commit is contained in:
Stephen Chen
2016-10-06 22:36:51 +00:00
committed by Android (Google) Code Review

View File

@@ -610,7 +610,7 @@ public class UserSettings extends SettingsPreferenceFragment
case DIALOG_USER_PROFILE_EDITOR: { case DIALOG_USER_PROFILE_EDITOR: {
Dialog dlg = mEditUserInfoController.createDialog( Dialog dlg = mEditUserInfoController.createDialog(
this, this,
mMePreference.getIcon(), null,
mMePreference.getTitle(), mMePreference.getTitle(),
R.string.profile_info_settings_title, R.string.profile_info_settings_title,
this /* callback */, this /* callback */,