feat(MultiFingerMultiTap): Update shortcut string to double tap from triple tap

Bug: 315264770
Test: manual
Change-Id: I1130271d06bac71f23a137c83149ee3363a1cc0e
This commit is contained in:
Jean Chen
2023-12-07 16:56:24 +08:00
parent 432c6e36a6
commit 097d8a891b
4 changed files with 18 additions and 18 deletions

View File

@@ -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);
}
}