From b26d0636fe33aa711f89c81642ebc89c58a23cd9 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Thu, 16 Jul 2020 17:19:24 +0400 Subject: [PATCH] Dismiss stickers screen --- submodules/TelegramUI/Sources/DrawingStickersScreen.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/submodules/TelegramUI/Sources/DrawingStickersScreen.swift b/submodules/TelegramUI/Sources/DrawingStickersScreen.swift index d3ee0bcda8..323e978896 100644 --- a/submodules/TelegramUI/Sources/DrawingStickersScreen.swift +++ b/submodules/TelegramUI/Sources/DrawingStickersScreen.swift @@ -1307,6 +1307,7 @@ private final class DrawingStickersScreenNode: ViewControllerTracingNode { strongSelf.hiddenPane?.removeFromSupernode() strongSelf.hiddenListView?.removeFromSupernode() strongSelf.isHidden = true + strongSelf.dismiss?() } }) }