work around weird GB layout limitations

that was freaking annoying

// FREEBIE
fork-5.53.8
Jake McGinty 2015-07-27 20:12:47 -07:00 zatwierdzone przez Moxie Marlinspike
rodzic d4fc12f56c
commit 30f2c71861
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -77,9 +77,9 @@ public class KeyboardAwareLinearLayout extends LinearLayoutCompat {
}
@Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
updateRotation();
updateKeyboardState();
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
}
private void updateRotation() {