mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 10:26:54 +01:00
bd452b53a5
Previous code always set `navigationBarColor` and `statusBarColor` to `transparent` irrespective of the API level. This only works on API 29 and above; if you do it on API levels lower than that the system navigation buttons (home, back, recents) are typically shown on a very similar colour to the background, making them very hard to see. Fixes #221