Skip to content

Commit 079c69f

Browse files
authored
Update SimpleKeyboardIME.kt
1 parent e74c76b commit 079c69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/keyboard/services/SimpleKeyboardIME.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared
441441

442442
val chipStyle =
443443
ViewStyle.Builder()
444-
//Don't use Icon.createWithBitmap(), it crashes the app. Issue https://github.com/SimpleMobileTools/Simple-Keyboard/issues/248
444+
// don't use Icon.createWithBitmap(), it crashes the app. Issue https://github.com/SimpleMobileTools/Simple-Keyboard/issues/248
445445
.setBackground(chipBackgroundIcon)
446446
.setPadding(horizontalPadding, verticalPadding, horizontalPadding, verticalPadding)
447447
.build()

0 commit comments

Comments
 (0)