mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-03-15 20:49:33 -04:00
Update SimpleKeyboardIME.kt
This commit is contained in:
@@ -441,7 +441,7 @@ class SimpleKeyboardIME : InputMethodService(), OnKeyboardActionListener, Shared
|
||||
|
||||
val chipStyle =
|
||||
ViewStyle.Builder()
|
||||
//Don't use Icon.createWithBitmap(), it crashes the app. Issue https://github.com/SimpleMobileTools/Simple-Keyboard/issues/248
|
||||
// don't use Icon.createWithBitmap(), it crashes the app. Issue https://github.com/SimpleMobileTools/Simple-Keyboard/issues/248
|
||||
.setBackground(chipBackgroundIcon)
|
||||
.setPadding(horizontalPadding, verticalPadding, horizontalPadding, verticalPadding)
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user