Commit 1f6d57f
Fix DoNotStripAnnotationUsage: Replace @DoNotStrip with @DoNotStripAny (#55374)
Summary:
Pull Request resolved: #55374
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: D91839477
fbshipit-source-id: 8c9dc90f1b0dc8bb1e91cfa5ee5dfffb223782921 parent 905fa24 commit 1f6d57f
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/events
Lines 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