Skip to content

Commit

Permalink
chore(Android): removed redundant FabricViewStateManager comment (#2310)
Browse files Browse the repository at this point in the history
## Description

This PR removes a comment related to `FabricViewStateManager` that is
unnecessary since it was replaced with `StateWrapper` by
536b096.

## Changes

- removed comment
  • Loading branch information
alduzy authored Aug 22, 2024
1 parent c47ad84 commit a3ad76e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ open class ScreenViewManager :
stateWrapper: StateWrapper?,
): Any? {
if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
// fabricViewStateManager should never be null in Fabric. The null check is only for Paper's empty impl.
view.setStateWrapper(stateWrapper)
}
return super.updateState(view, props, stateWrapper)
Expand Down

0 comments on commit a3ad76e

Please sign in to comment.