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

Commit 746f4d45 authored by jasonwshsu's avatar jasonwshsu Committed by Jason Hsu
Browse files

Use the correct pageId for the existing accessibility page

* correct page id for "Accessibility timeout" and "Select to Speak"

Bug: 190344664
Test: build pass
Change-Id: I3f6b2c389c1ca77e4d3fca3601915caa7a9dd6f8
parent e8600994
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public final class AccessibilityControlTimeoutPreferenceFragment extends Dashboa

    @Override
    public int getMetricsCategory() {
        return SettingsEnums.ACCESSIBILITY;
        return SettingsEnums.ACCESSIBILITY_TIMEOUT;
    }

    @Override
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ public class ToggleSelectToSpeakPreferenceFragmentForSetupWizard

    @Override
    public int getMetricsCategory() {
        return SettingsEnums.SUW_ACCESSIBILITY_TOGGLE_SCREEN_READER;
        return SettingsEnums.SUW_ACCESSIBILITY_TOGGLE_SELECT_TO_SPEAK;
    }

    @Override