Merge "Fix missing initialization of PreviewPlacerView"

main
Tadashi G. Takaoka 2013-04-25 10:00:34 +00:00 committed by Android (Google) Code Review
commit b1b03cfc2b
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();
}