Bug: 4727778
Change-Id: I08f1204d5f77251c197dda7d2b332441f9f7123d
main
Tadashi G. Takaoka 2011-06-21 02:31:33 +09:00 committed by The Android Automerger
parent 156f735a7d
commit 9bb59adf27
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
public void onSizeChanged() { public void onSizeChanged() {
final int width = mInputMethodService.getWindow().getWindow().getDecorView().getWidth(); final int width = mInputMethodService.getWindow().getWindow().getDecorView().getWidth();
if (width == 0) if (width == 0 || mCurrentId == null)
return; return;
mKeyboardWidth = width; mKeyboardWidth = width;
// Set keyboard with new width. // Set keyboard with new width.