Skip to content

Commit 44d1813

Browse files
alduzykkafar
authored andcommitted
chore(Android): removed redundant FabricViewStateManager comment (#2310)
## Description This PR removes a comment related to `FabricViewStateManager` that is unnecessary since it was replaced with `StateWrapper` by 536b096. ## Changes - removed comment (cherry picked from commit a3ad76e)
1 parent 10bda7d commit 44d1813

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/swmansion/rnscreens/ScreenViewManager.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ open class ScreenViewManager :
4848
stateWrapper: StateWrapper?,
4949
): Any? {
5050
if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
51-
// fabricViewStateManager should never be null in Fabric. The null check is only for Paper's empty impl.
5251
view.setStateWrapper(stateWrapper)
5352
}
5453
return super.updateState(view, props, stateWrapper)

0 commit comments

Comments
 (0)