Skip to content

Commit

Permalink
fix v1.3 crash
Browse files Browse the repository at this point in the history
  • Loading branch information
dslul committed Jan 27, 2020
1 parent 0acb825 commit 1f5e683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
applicationId "org.dslul.openboard.inputmethod.latin"
minSdkVersion 19
targetSdkVersion 29
versionCode 6
versionCode 9
versionName "1.3"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ open class KeyboardAccessibilityDelegate<KV : KeyboardView?>(protected val mKeyb
if (keyboard == null) {
return
}
mAccessibilityNodeProvider!!.setKeyboard(keyboard)
mAccessibilityNodeProvider?.setKeyboard(keyboard)
mKeyboard = keyboard
}

Expand Down

0 comments on commit 1f5e683

Please # to comment.