mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 22:29:10 +00:00
fix v1.3 crash
This commit is contained in:
parent
0acb82535c
commit
1f5e683c69
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ android {
|
||||||
applicationId "org.dslul.openboard.inputmethod.latin"
|
applicationId "org.dslul.openboard.inputmethod.latin"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 6
|
versionCode 9
|
||||||
versionName "1.3"
|
versionName "1.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ open class KeyboardAccessibilityDelegate<KV : KeyboardView?>(protected val mKeyb
|
||||||
if (keyboard == null) {
|
if (keyboard == null) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
mAccessibilityNodeProvider!!.setKeyboard(keyboard)
|
mAccessibilityNodeProvider?.setKeyboard(keyboard)
|
||||||
mKeyboard = keyboard
|
mKeyboard = keyboard
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue