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