mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix undo action
This commit is contained in:
parent
e1902192d4
commit
1a102a6d1c
1 changed files with 2 additions and 0 deletions
|
|
@ -974,6 +974,8 @@ final class UndoOverlayControllerNode: ViewControllerTracingNode {
|
|||
case let .sticker(_, _, _, _, _, customAction):
|
||||
if let customAction = customAction {
|
||||
customAction()
|
||||
} else {
|
||||
let _ = self.action(.undo)
|
||||
}
|
||||
default:
|
||||
let _ = self.action(.undo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue