feat(MultiFingerMultiTap): Update shortcut string to double tap from triple tap
Bug: 315264770 Test: manual Change-Id: I1130271d06bac71f23a137c83149ee3363a1cc0e
This commit is contained in:
@@ -477,7 +477,7 @@ public class ToggleScreenMagnificationPreferenceFragment extends
|
||||
if (Flags.enableMagnificationMultipleFingerMultipleTapGesture()) {
|
||||
if (hasShortcutType(shortcutTypes, UserShortcutType.TWOFINGERTRIPLETAP)) {
|
||||
final CharSequence twoFingerTripleTapTitle = context.getText(
|
||||
R.string.accessibility_shortcut_two_finger_triple_tap_keyword);
|
||||
R.string.accessibility_shortcut_two_finger_double_tap_keyword);
|
||||
list.add(twoFingerTripleTapTitle);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user