Skip to content
Snippets Groups Projects
Commit 0aa01337 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix missing initializartion of key preview position

This is followup of Iddab254c

Change-Id: I2d8e68b696779b742d29fdcf03c5fb509cb0bd87
parent 598a25d9
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ public class KeyboardView extends View implements PointerTracker.UIProxy {
private float mPreviewTextRatio;
private int mPreviewTextSize;
private boolean mShowKeyPreviewPopup = true;
private int mKeyPreviewPopupDisplayedY;
private int mKeyPreviewPopupDisplayedY = -1;
private final int mDelayBeforePreview;
private int mDelayAfterPreview;
private ViewGroup mPreviewPlacer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment