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:
Darcy Wong 2022-08-31 07:39:11 +07:00 committed by GitHub
parent d7430c3efc
commit 9198ffbff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}