mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
Update android/KMEA/app/src/main/java/com/tavultesoft/kmea/KMKeyboard.java
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
d7430c3efc
commit
9198ffbff0
1 changed files with 1 additions and 3 deletions
|
|
@ -375,9 +375,7 @@ final class KMKeyboard extends WebView {
|
|||
if (subKeysWindow != null && subKeysWindow.isShowing()) {
|
||||
subKeysWindow.dismiss();
|
||||
}
|
||||
if (subKeysList != null) {
|
||||
subKeysList = null;
|
||||
}
|
||||
subKeysList = null;
|
||||
} catch (Exception e) {
|
||||
KMLog.LogException(TAG, "", e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue