Commit 61d0ab5
Fix DoNotStripAnnotationUsage: Replace @DoNotStrip with @DoNotStripAny (#55374)
Summary:
Fixed DoNotStripAnnotationUsage lint error in EventBeatManager.kt.
The class has members (initHybrid, tick) 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: D918394771 parent 2510d0d commit 61d0ab5
File tree
1 file changed
+2
-2
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/events
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