unity-tidbits
unity-tidbits copied to clipboard
Add light system bars
Add ability to set VIEW_SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR (API 26) and VIEW_SYSTEM_UI_FLAG_LIGHT_STATUS_BAR (API 23). Both flags are deprecated in API 30 (source, source).
Other small changes in ApplicationChrome.cs:
- Unfold comments and some long lines for better read-ability
- Replace
get { return _value }withget => _value - Replace
using (...) { ... }withusing ...
Didn't know you can not reopen PRs after force-pushing, so this is a new one :smiling_face_with_tear: