criticalmaps / criticalmaps-android

🤖 Critical Maps Android App
http://criticalmaps.net
Apache License 2.0
137 stars 27 forks source link

Broken Chat layout #280

Closed cbalster closed 4 years ago

cbalster commented 4 years ago

For some reason, since https://github.com/criticalmaps/criticalmaps-android/commit/699193ee16068a173137fe6eeea1675ce4930759 the toolbar in chat layout is moved out of the visible area when opening the keyboard. I have a hunch this might somehow be related to the whole fitsSystemWindows + window insets thing. @askarsyzdykov any ideas?

Before: Screenshot_1572782531

After: Screenshot_1572782565

cbalster commented 4 years ago

nvm, found the reason: see #281