mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
Merge pull request #12986 from keymanapp/fix/android/revert-keyboard-picker-intent-flag
fix(android/engine): Revert how keyboard picker menu launches
This commit is contained in:
commit
baffcbb2ea
1 changed files with 1 additions and 0 deletions
|
|
@ -2267,6 +2267,7 @@ public final class KMManager {
|
|||
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue