We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6e73e commit a158df6Copy full SHA for a158df6
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/Keyboard.java
@@ -256,7 +256,7 @@ private void adjustKeyboardVertically(final boolean isFullscreenMode) {
256
final int keyPreviewHeight =
257
(int) (key.previewMagnification * key.height);
258
popupBufferZoneTopY = Math.min(
259
- key.y - keyPreviewHeight - key.previewMarginY,
+ key.y - keyPreviewHeight - key.previewMarginY - key.borderThickness,
260
popupBufferZoneTopY
261
);
262
}
0 commit comments