mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Pre-release
This commit is contained in:
@@ -755,7 +755,10 @@ public final class TelegramRootController: NavigationController, TelegramRootCon
|
||||
}
|
||||
|
||||
public func openAvatars() {
|
||||
self.accountSettingsController?.openAvatars()
|
||||
if let accountSettingsController = self.accountSettingsController {
|
||||
self.rootTabController?.updateControllerLayout(controller: accountSettingsController)
|
||||
accountSettingsController.openAvatars()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user