- FLAG_FULLSCREEN
- Use WindowInsetsController.hide(int) with WindowInsets.Type.statusBars() instead.
- Only the usage in
AnkiActivity needs to be fixed. The usage in Reviewer.kt doesn't need to be fixed because the screen is deprecated
The deprecations below don't need to be fixed because the screen that uses it is deprecated and will be eventually removed.
View.setOnSystemUiVisibilityChangeListener
Use WindowInsets.isVisible(int) to find out about system bar visibilities by setting a View.OnApplyWindowInsetsListener on this view
View.getSystemUiVisibility()
SystemUiVisibility flags are deprecated. Use WindowInsetsController instead.
AnkiActivityneeds to be fixed. The usage inReviewer.ktdoesn't need to be fixed because the screen is deprecatedThe deprecations below don't need to be fixed because the screen that uses it is deprecated and will be eventually removed.
View.setOnSystemUiVisibilityChangeListenerUse WindowInsets.isVisible(int) to find out about system bar visibilities by setting a View.OnApplyWindowInsetsListener on this viewView.getSystemUiVisibility()SystemUiVisibility flags are deprecated. Use WindowInsetsController instead.