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

Commit 5ba885dd authored by Romain Guy's avatar Romain Guy Committed by The Android Open Source Project
Browse files

am b0ded43d: Uninstalls the gestures overlay when the letters recognizer...

am b0ded43d: Uninstalls the gestures overlay when the letters recognizer cannot be loaded instead of simply dismissing the popup. This is cleaner and reuses the setGestures() method.

Merge commit 'b0ded43d'

* commit 'b0ded43d':
  Uninstalls the gestures overlay when the letters recognizer cannot be loaded instead of simply dismissing the popup. This is cleaner and reuses the setGestures() method.
parents 79fb0d69 b0ded43d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3865,8 +3865,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
            mRecognizer = LetterRecognizer.getLetterRecognizer(getContext(),
                    LetterRecognizer.RECOGNIZER_LATIN_LOWERCASE);
            if (mRecognizer == null) {
                dismissGesturesPopup();
                mGestures = GESTURES_NONE;
                setGestures(GESTURES_NONE);
            }
            if (mGestures == GESTURES_FILTER) {
                mKeyMap = KeyCharacterMap.load(KeyCharacterMap.BUILT_IN_KEYBOARD);