diff options
Diffstat (limited to 'src/com/android/settings/profiles/ProfilesSettings.java')
-rw-r--r-- | src/com/android/settings/profiles/ProfilesSettings.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/settings/profiles/ProfilesSettings.java b/src/com/android/settings/profiles/ProfilesSettings.java index e03cc53..ed12663 100644 --- a/src/com/android/settings/profiles/ProfilesSettings.java +++ b/src/com/android/settings/profiles/ProfilesSettings.java @@ -210,7 +210,6 @@ public class ProfilesSettings extends SettingsPreferenceFragment { @Override public void onClick(DialogInterface dialog, int id) { mProfileManager.resetAll(); - mAdapter.refreshProfiles(); mProfileManager.setActiveProfile( mProfileManager.getActiveProfile().getUuid()); } |