Commit 8b0d158
Fix DoNotStripAnnotationUsage: Replace @DoNotStrip with @DoNotStripAny (facebook#55412)
Summary:
Fixed DoNotStripAnnotationUsage lint error in FabricUIManagerBinding.kt.
The class has many members (external methods like initHybrid, installFabricUIManager, etc.)
that need to be kept, so DoNotStripAny is more appropriate than DoNotStrip which only
keeps the directly annotated element.
changelog: [internal] internal
Reviewed By: javache
Differential Revision: D918401631 parent 7e7f491 commit 8b0d158
File tree
1 file changed
+2
-2
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments