Commit 1aa9bab
Fix lint issues in CatalystInstanceImpl.java (facebook#55372)
Summary:
Fixed two lint warnings in CatalystInstanceImpl.java:
- NotInvokedPrivateMethod: Removed unused native method `unregisterFromInspector()`
- DeadVariable: Removed unused variable `wasIdle` while keeping the side effect of `mPendingJSCalls.getAndSet(0)`
changelog: [internal] internal
Reviewed By: javache
Differential Revision: D917954701 parent 8fe153a commit 1aa9bab
File tree
1 file changed
+1
-1
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments