mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Wallpaper improvements
This commit is contained in:
@@ -183,7 +183,7 @@ final class ThemePreviewControllerNode: ASDisplayNode, UIScrollViewDelegate {
|
||||
self.toolbarNode.cancel = {
|
||||
dismiss()
|
||||
}
|
||||
self.toolbarNode.done = { [weak self] in
|
||||
self.toolbarNode.done = { [weak self] _ in
|
||||
if let strongSelf = self {
|
||||
if !strongSelf.dismissed {
|
||||
strongSelf.dismissed = true
|
||||
|
||||
Reference in New Issue
Block a user