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:
@@ -21,7 +21,6 @@ import DeviceLocationManager
|
||||
import ShareController
|
||||
import UrlEscaping
|
||||
import ContextUI
|
||||
import ComposePollUI
|
||||
import AlertUI
|
||||
import PresentationDataUtils
|
||||
import UndoUI
|
||||
@@ -4127,6 +4126,11 @@ extension ChatControllerImpl {
|
||||
return
|
||||
}
|
||||
self.dismissAllTooltips()
|
||||
}, editTodoMessage: { [weak self] messageId, append in
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
self.openTodoEditing(messageId: messageId, append: append)
|
||||
}, updateHistoryFilter: { [weak self] update in
|
||||
guard let self else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user