Dismiss stickers screen

This commit is contained in:
Ali 2020-07-16 17:19:24 +04:00
parent 187e260374
commit b26d0636fe

View File

@ -1307,6 +1307,7 @@ private final class DrawingStickersScreenNode: ViewControllerTracingNode {
strongSelf.hiddenPane?.removeFromSupernode()
strongSelf.hiddenListView?.removeFromSupernode()
strongSelf.isHidden = true
strongSelf.dismiss?()
}
})
}