Fix missing initialization of PreviewPlacerView

Bug: 8716050
Change-Id: I234f1134274b9f72c8abbd729783f9ffe8f20f64
main
Tadashi G. Takaoka 2013-04-25 18:26:24 +09:00
parent 2cf450f482
commit 1b6eea8903
1 changed files with 1 additions and 0 deletions

View File

@ -1054,6 +1054,7 @@ public final class MainKeyboardView extends KeyboardView implements PointerTrack
@Override
public void onShowMoreKeysPanel(final MoreKeysPanel panel) {
locatePreviewPlacerView();
if (isShowingMoreKeysPanel()) {
onDismissMoreKeysPanel();
}