Merge "Removes the A11y tutorial that displays on change to gesture navigation" into main
This commit is contained in:
commit
be18186757
1 changed files with 3 additions and 1 deletions
|
|
@ -243,7 +243,9 @@ public class SystemNavigationGestureSettings extends RadioButtonPickerFragment i
|
|||
protected boolean setDefaultKey(String key) {
|
||||
setCurrentSystemNavigationMode(mOverlayManager, key);
|
||||
setIllustrationVideo(mVideoPreference, key);
|
||||
setGestureNavigationTutorialDialog(key);
|
||||
if (!android.provider.Flags.a11yStandaloneGestureEnabled()) {
|
||||
setGestureNavigationTutorialDialog(key);
|
||||
}
|
||||
setIllustrationClickListener(mVideoPreference, key);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue