starling-capture
starling-capture copied to clipboard
Migrate to SDK 30
After the 1.5.0 core package in AndroidX has released,
- [ ] replace
view.systemUiVisibilityandView.SYSTEM_UI_FLAG_*APIs with the newwindow.setDecorFitsSystemWindowsAPI. - [ ] replace
insets.systemWindowInset*APIs with the newWindowInsetsCompatAPIs.
@tammyyang Google has NOT released the core.view package of AndroidX library to deal with compatibility issue at the moment. Thus, I think we should postpone this one to next sprint.