We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26f64c commit 3a69e83Copy full SHA for 3a69e83
1 file changed
myscript-iink/src/main/java/com/knowre/android/myscript/iink/MyScript.kt
@@ -177,7 +177,9 @@ internal class MyScript(
177
178
override fun convert() {
179
convertingJob?.cancel()
180
- editor.let { it.convert(null, it.getSupportedTargetConversionStates(null)[0]) }
+ runCatching {
181
+ editor.let { it.convert(null, it.getSupportedTargetConversionStates(null)[0]) }
182
+ }
183
}
184
185
override fun import(jiix: Jiix) {
0 commit comments