parent
416534d032
commit
87154c656e
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue