Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c37e0c1e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update restricted list prefrences before dialog creation."

parents 446f2d28 47f8490e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -90,6 +90,9 @@ public abstract class DashboardFragment extends SettingsPreferenceFragment
        // Set ComparisonCallback so we get better animation when list changes.
        getPreferenceManager().setPreferenceComparisonCallback(
                new PreferenceManager.SimplePreferenceComparisonCallback());
        // Upon rotation configuration change we need to update preference states before any
        // editing dialog is recreated (that would happen before onResume is called).
        updatePreferenceStates();
    }

    @Override