mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Disable environment reference deduplication [skip ci]
This commit is contained in:
parent
965713eef2
commit
aae22dbff5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue