mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-13 17:23:56 +01:00
1363f55f77
Couple things happened: - Core issue: The device always thought the keyboard was open, so it was always trying to dismiss the keyboard when you pressed back (instead of actually going back) - Big fix: Increase the tolerance of our view height differentialt that detects if the keyboard is open - Other fix: the getViewInset() method is always missing on Q, so as a temp fix we fall back to the status bar height. Gets the calculation to be closer, even if not truly correct.