parent
60be1b6ae1
commit
f0d6058b9e
|
@ -142,7 +142,9 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy {
|
||||||
keyboardView.showKey(msg.arg1, tracker);
|
keyboardView.showKey(msg.arg1, tracker);
|
||||||
break;
|
break;
|
||||||
case MSG_DISMISS_KEY_PREVIEW:
|
case MSG_DISMISS_KEY_PREVIEW:
|
||||||
|
if (keyboardView.mPreviewText != null) {
|
||||||
keyboardView.mPreviewText.setVisibility(View.INVISIBLE);
|
keyboardView.mPreviewText.setVisibility(View.INVISIBLE);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue