mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[Temp]
This commit is contained in:
@@ -750,8 +750,12 @@ public final class TelegramRootController: NavigationController, TelegramRootCon
|
||||
self.accountSettingsController?.openBirthdaySetup()
|
||||
}
|
||||
|
||||
public func openPhotoSetup() {
|
||||
self.accountSettingsController?.openAvatarSetup()
|
||||
public func openPhotoSetup(completedWithUploadingImage: @escaping (UIImage, Signal<PeerInfoAvatarUploadStatus, NoError>) -> UIView?) {
|
||||
self.accountSettingsController?.openAvatarSetup(completedWithUploadingImage: completedWithUploadingImage)
|
||||
}
|
||||
|
||||
public func openAvatars() {
|
||||
self.accountSettingsController?.openAvatars()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user