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

(cherry picked from commit a3ad76e)
  • Loading branch information
alduzy authored and kkafar committed Oct 25, 2024
1 parent 10bda7d commit 44d1813
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 44d1813

Please sign in to comment.