kopia lustrzana https://github.com/ryukoposting/Signal-Android
work around weird GB layout limitations
that was freaking annoying // FREEBIEfork-5.53.8
rodzic
d4fc12f56c
commit
30f2c71861
|
@ -77,9 +77,9 @@ public class KeyboardAwareLinearLayout extends LinearLayoutCompat {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
|
@Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
|
||||||
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
|
|
||||||
updateRotation();
|
updateRotation();
|
||||||
updateKeyboardState();
|
updateKeyboardState();
|
||||||
|
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateRotation() {
|
private void updateRotation() {
|
||||||
|
|
Ładowanie…
Reference in New Issue