We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49e147b + c2ff829 commit 2cf1ea4Copy full SHA for 2cf1ea4
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "io.github.deton.androidtutcode"
10
minSdkVersion 14
11
targetSdkVersion 28
12
- versionCode 2
13
- versionName "1.0.1"
+ versionCode 3
+ versionName "1.0.2"
14
}
15
16
buildTypes {
app/src/main/java/jp/deadend/noname/skk/engine/SKKEngine.kt
@@ -759,7 +759,7 @@ class SKKEngine(
759
mOkurigana = null
760
mCandidatesList = null
761
mService.clearCandidatesView()
762
- mService.currentInputConnection.setComposingText("", 1)
+ mService.currentInputConnection?.setComposingText("", 1)
763
764
765
internal fun changeInputMode(pcode: Int, toKatakana: Boolean): Boolean {
0 commit comments