Skip to content

Commit

Permalink
Merge pull request #12986 from keymanapp/fix/android/revert-keyboard-…
Browse files Browse the repository at this point in the history
…picker-intent-flag

fix(android/engine): Revert how keyboard picker menu launches
  • Loading branch information
darcywong00 authored Jan 22, 2025
2 parents b4e8912 + 7b47899 commit baffcbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2267,6 +2267,7 @@ public static void showKeyboardPicker(Context context, KeyboardType kbType) {

if (kbType == KeyboardType.KEYBOARD_TYPE_SYSTEM) {
i.addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
i.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
}

i.putExtra(KMKey_DisplayKeyboardSwitcher, kbType == KeyboardType.KEYBOARD_TYPE_SYSTEM);
Expand Down

0 comments on commit baffcbb

Please sign in to comment.