Merge "Fix keyboard showing after dialog dismissed" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
98df5bcde2
@@ -1628,7 +1628,7 @@ public class UserSettings extends SettingsPreferenceFragment
|
|||||||
mRemovingUserId = -1;
|
mRemovingUserId = -1;
|
||||||
updateUserList();
|
updateUserList();
|
||||||
if (mCreateUserDialogController.isActive()) {
|
if (mCreateUserDialogController.isActive()) {
|
||||||
mCreateUserDialogController.clear();
|
mCreateUserDialogController.finish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user