mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Merge commit '5a627882894aea55458a0cdfe8606cac7d2603f0'
# Conflicts: # Telegram/Telegram-iOS/en.lproj/Localizable.strings # submodules/TelegramCore/Sources/TelegramEngine/Payments/AppStore.swift
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user