mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Disable environment reference deduplication [skip ci]
This commit is contained in:
parent
965713eef2
commit
aae22dbff5
@ -171,7 +171,7 @@ public struct EnvironmentBuilder {
|
||||
}
|
||||
|
||||
public static func buildExpression<T: Equatable>(_ expression: EnvironmentValue<T>) -> Partial<T> {
|
||||
return Partial<T>(value: expression)
|
||||
return Partial<T>(value: EnvironmentValue(expression.value))
|
||||
}
|
||||
|
||||
public static func buildBlock<T1: Equatable>(_ t1: Partial<T1>) -> Environment<T1> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user