Skip to content

Commit

Permalink
Attempt to fix intrnal Bazel dylib issue due to aggressive code strip…
Browse files Browse the repository at this point in the history
…ping
  • Loading branch information
lickel committed Feb 19, 2025
1 parent 8ef3944 commit 171aaa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WorkflowUI/Sources/Screen/ScreenViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ open class ScreenViewController<ScreenType: Screen>: WorkflowUIViewController {
ScreenType.self
}

@_alwaysEmitIntoClient
private var previousEnvironment: ViewEnvironment

public required init(screen: ScreenType, environment: ViewEnvironment) {
Expand Down

0 comments on commit 171aaa5

Please sign in to comment.