Fix memory leak

This commit is contained in:
Ali
2020-05-26 22:17:36 +04:00
parent a79141faec
commit 325e028524
3 changed files with 6 additions and 3 deletions

View File

@@ -1065,7 +1065,7 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController,
return
}
#if false && DEBUG
#if true && DEBUG
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 1.0, execute: { [weak self] in
guard let strongSelf = self else {
return