Commit ceae5bc
committed
Analysis: Suppress wp activity utils deprecation warns for jetpack src
Warning Message:
- "'showFullScreen(View!): Unit' is deprecated. Deprecated in Java"
- "'setLightStatusBar(Window!, Boolean): Unit' is deprecated.
Deprecated in Java"
- "'setLightNavigationBar(Window!, Boolean): Unit' is deprecated.
Deprecated in Java"
These deprecated warnings are suppressed, that is, instead of being
resolved, since a resolution would require a proper migration.
Explanation: See Javadoc on related 'WPActivityUtils' class methods.
"Use {@link WindowExtensionsKt} instead."1 parent 2f85e71 commit ceae5bc
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments