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

Fix missing initialization of PreviewPlacerView

Bug: 8716050
Change-Id: I234f1134274b9f72c8abbd729783f9ffe8f20f64
parent 2cf450f4
No related branches found
No related tags found
No related merge requests found
...@@ -1054,6 +1054,7 @@ public final class MainKeyboardView extends KeyboardView implements PointerTrack ...@@ -1054,6 +1054,7 @@ public final class MainKeyboardView extends KeyboardView implements PointerTrack
@Override @Override
public void onShowMoreKeysPanel(final MoreKeysPanel panel) { public void onShowMoreKeysPanel(final MoreKeysPanel panel) {
locatePreviewPlacerView();
if (isShowingMoreKeysPanel()) { if (isShowingMoreKeysPanel()) {
onDismissMoreKeysPanel(); onDismissMoreKeysPanel();
} }
......
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