mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix keyboard entry disappear
This commit is contained in:
@@ -209,7 +209,7 @@ public class MagikIME extends InputMethodService
|
||||
entryKey = null;
|
||||
Intent intent = new Intent(this, KeyboardLauncherActivity.class);
|
||||
// New task needed because don't launch from an Activity context
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
||||
startActivity(intent);
|
||||
break;
|
||||
case KEY_LOCK:
|
||||
|
||||
Reference in New Issue
Block a user