mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -505,6 +505,10 @@ public final class TextFieldComponent: Component {
|
||||
self.textView.resignFirstResponder()
|
||||
}
|
||||
|
||||
public var isActive: Bool {
|
||||
return self.textView.isFirstResponder
|
||||
}
|
||||
|
||||
private var spoilersRevealed = false
|
||||
private var spoilerIsDisappearing = false
|
||||
private func updateSpoilersRevealed(animated: Bool = true) {
|
||||
|
||||
Reference in New Issue
Block a user