mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix missing initializartion of key preview position
This is followup of Iddab254c Change-Id: I2d8e68b696779b742d29fdcf03c5fb509cb0bd87
This commit is contained in:
parent
598a25d990
commit
0aa0133795
@ -121,7 +121,7 @@ public class KeyboardView extends View implements PointerTracker.UIProxy {
|
|||||||
private float mPreviewTextRatio;
|
private float mPreviewTextRatio;
|
||||||
private int mPreviewTextSize;
|
private int mPreviewTextSize;
|
||||||
private boolean mShowKeyPreviewPopup = true;
|
private boolean mShowKeyPreviewPopup = true;
|
||||||
private int mKeyPreviewPopupDisplayedY;
|
private int mKeyPreviewPopupDisplayedY = -1;
|
||||||
private final int mDelayBeforePreview;
|
private final int mDelayBeforePreview;
|
||||||
private int mDelayAfterPreview;
|
private int mDelayAfterPreview;
|
||||||
private ViewGroup mPreviewPlacer;
|
private ViewGroup mPreviewPlacer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user