Commit 0bfe536
Fix ClownyBooleanExpression: Add @SuppressLint annotation (facebook#55413)
Summary:
Fixed ClownyBooleanExpression lint warning in FabricUIManager.java.
The expression `false && ReactBuildConfig.DEBUG` is intentionally used as a
development flag that can be easily toggled. The constant false ensures it's
disabled in production while making it clear how to enable it for development.
changelog: [internal] internal
Reviewed By: javache
Differential Revision: D918405601 parent 8b0d158 commit 0bfe536
File tree
1 file changed
+2
-0
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
0 commit comments