mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various improvements
This commit is contained in:
@@ -4112,6 +4112,11 @@ extension ChatControllerImpl {
|
||||
return
|
||||
}
|
||||
self.updateTrimRange(start: start, end: end, updatedEnd: updatedEnd, apply: apply)
|
||||
}, dismissAllTooltips: { [weak self] in
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
self.dismissAllTooltips()
|
||||
}, updateHistoryFilter: { [weak self] update in
|
||||
guard let self else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user