FredJul / Flym

Flym News Reader is a light Android feed reader (RSS/Atom)
Other
955 stars 405 forks source link

Fix transparent status/navigation bars in landscape orientation #667

Closed fireph closed 3 years ago

fireph commented 3 years ago

The insets assumed a portrait only orientation of the device. Now it will work in any orientation and with the status/navgiation bars anywhere on the screen (left, right, top, bottom)

This also changes to using WindowInsetsCompat since that handles the deprecation cases automatically.

2020-09-13_21-40-00