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

Commit 90e070d8 authored by Ben Lin's avatar Ben Lin
Browse files

Mark AccessibilitySettings#update methods as protected.

Bug: 62387367
Test: None
Change-Id: Ie70c8b167f8e61210fddb8f370c1ac0481b58f0c
parent fb17c32b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ public class AccessibilitySettings extends SettingsPreferenceFragment implements
        updateServicePreferences();
    }

    private void updateServicePreferences() {
    protected void updateServicePreferences() {
        // Since services category is auto generated we have to do a pass
        // to generate it since services can come and go and then based on
        // the global accessibility state to decided whether it is enabled.
@@ -611,7 +611,7 @@ public class AccessibilitySettings extends SettingsPreferenceFragment implements
        }
    }

    private void updateSystemPreferences() {
    protected void updateSystemPreferences() {
        // Move color inversion and color correction preferences to Display category if device
        // supports HWC hardware-accelerated color transform.
        if (isColorTransformAccelerated(getContext())) {