mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Fix storage usage opening from chat
This commit is contained in:
parent
3d1555bfa2
commit
33f1de82aa
@ -7777,7 +7777,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
|||||||
actionSheet?.dismissAnimated()
|
actionSheet?.dismissAnimated()
|
||||||
if let strongSelf = self {
|
if let strongSelf = self {
|
||||||
let controller = storageUsageController(context: strongSelf.context, isModal: true)
|
let controller = storageUsageController(context: strongSelf.context, isModal: true)
|
||||||
strongSelf.present(controller, in: .window(.root), with: ViewControllerPresentationArguments(presentationAnimation: .modalSheet))
|
strongSelf.present(controller, in: .window(.root), with: ViewControllerPresentationArguments(presentationAnimation: .modalSheet), blockInteraction: true)
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user