Commit d3bd7f5
committed
Analysis: Suppress system ui deprecated warnings for wordpress source
Warning Messages:
- "'setter for systemUiVisibility: Int' is deprecated.
Deprecated in Java"
- "'getter for systemUiVisibility: Int' is deprecated.
Deprecated in Java"
- "'SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN: Int' is deprecated.
Deprecated in Java"
- "'SYSTEM_UI_FLAG_LAYOUT_STABLE: Int' is deprecated.
Deprecated in Java"
These deprecated warnings are suppressed, that is, instead of being
resolved, since a resolution would require a proper migration.
For more info see:
- android.view.View.setSystemUiVisibility (Docs):
https://developer.android.com/reference/android/view/
View#setSystemUiVisibility(int)
- android.view.View.getSystemUiVisibility (Docs):
https://developer.android.com/reference/android/view/
View#getSystemUiVisibility()1 parent fd36cfa commit d3bd7f5
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- WordPress/src/wordpress/java/org/wordpress/android/ui/accounts/login
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments