Skip to content

Commit

Permalink
fix: key preview displays incorrect label
Browse files Browse the repository at this point in the history
  • Loading branch information
MULE-FEHU-EOLIA-ARTONELICO committed Feb 14, 2025
1 parent af113a7 commit bb4ec4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ class KeyboardView(
if (mCurrentKey != NOT_A_KEY) {
handleLongPressJob()
}
showPreview(keyIndex, KeyBehavior.COMPOSING)
showPreview(keyIndex, KeyBehavior.CLICK)
}

/**
Expand Down

0 comments on commit bb4ec4f

Please sign in to comment.