Merge "Reduce the number of calls to updateAllPreferences" into main

This commit is contained in:
Treehugger Robot
2024-05-29 04:45:59 +00:00
committed by Android (Google) Code Review

View File

@@ -210,7 +210,6 @@ public class AccessibilitySettings extends DashboardFragment implements
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
initializeAllPreferences();
updateAllPreferences();
registerContentMonitors();
registerInputDeviceListener();
}