Skip to content

Commit 8b0d597

Browse files
fix: formatting
1 parent 3972a91 commit 8b0d597

File tree

1 file changed

+3
-3
lines changed
  • app/src/main/kotlin/com/simplemobiletools/keyboard/helpers

1 file changed

+3
-3
lines changed

app/src/main/kotlin/com/simplemobiletools/keyboard/helpers/MyKeyboard.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,11 @@ class MyKeyboard {
360360
}
361361
inKey = true
362362
key = createKeyFromXml(res, currentRow!!, x, y, parser)
363-
if(context.config.showNumbersRow){
363+
if (context.config.showNumbersRow) {
364364
// Removes numbers (i.e 0-9) from the popupCharacters if numbers row is enabled
365-
key.apply{
365+
key.apply {
366366
popupCharacters = popupCharacters?.replace(Regex("\\d+"), "")
367-
if(popupCharacters.isNullOrEmpty()){
367+
if (popupCharacters.isNullOrEmpty()) {
368368
popupResId = 0
369369
}
370370
}

0 commit comments

Comments
 (0)