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

Commit be181867 authored by Riley Jones's avatar Riley Jones Committed by Android (Google) Code Review
Browse files

Merge "Removes the A11y tutorial that displays on change to gesture navigation" into main

parents 0123edbb c850dfac
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -243,7 +243,9 @@ public class SystemNavigationGestureSettings extends RadioButtonPickerFragment i
    protected boolean setDefaultKey(String key) {
        setCurrentSystemNavigationMode(mOverlayManager, key);
        setIllustrationVideo(mVideoPreference, key);
        if (!android.provider.Flags.a11yStandaloneGestureEnabled()) {
            setGestureNavigationTutorialDialog(key);
        }
        setIllustrationClickListener(mVideoPreference, key);
        return true;
    }