Various fixes

This commit is contained in:
Ilya Laktyushin
2023-09-23 20:16:34 +04:00
parent 2973d7ce06
commit 4e4d02aefc
9 changed files with 144 additions and 79 deletions

View File

@@ -781,6 +781,9 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController
self.storyProgressDisposable?.dispose()
self.storiesPostingAvailabilityDisposable?.dispose()
self.sharedOpenStoryProgressDisposable.dispose()
for (_, disposable) in self.preloadStoryResourceDisposables {
disposable.dispose()
}
}
private func updateNavigationMetadata() {