Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Linfye committed Oct 27, 2024
1 parent 01a2f7e commit 94343f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/be/scri/services/SimpleKeyboardIME.kt
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,7 @@ abstract class SimpleKeyboardIME(
if (TextUtils.isEmpty(selectedText)) {
if (isEmoji(wordBeforeCursor)) {
inputConnection.deleteSurroundingText(2, 0)
}
else {
} else {
inputConnection.deleteSurroundingText(1, 0)
}
} else {
Expand Down

0 comments on commit 94343f1

Please sign in to comment.