Merge commit '5a627882894aea55458a0cdfe8606cac7d2603f0'

# Conflicts:
#	Telegram/Telegram-iOS/en.lproj/Localizable.strings
#	submodules/TelegramCore/Sources/TelegramEngine/Payments/AppStore.swift
This commit is contained in:
Ali
2022-07-19 03:39:47 +02:00
86 changed files with 2100 additions and 518 deletions

View File

@@ -72,6 +72,16 @@ public final class TextNodeWithEntities {
self.placeholderColor = placeholderColor
self.attemptSynchronous = attemptSynchronous
}
public func withUpdatedPlaceholderColor(_ color: UIColor) -> Arguments {
return Arguments(
context: self.context,
cache: self.cache,
renderer: self.renderer,
placeholderColor: self.placeholderColor,
attemptSynchronous: self.attemptSynchronous
)
}
}
public let textNode: TextNode