mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix stats message context menu style
This commit is contained in:
@@ -549,7 +549,7 @@ public func messageStatsController(context: AccountContext, updatedPresentationD
|
||||
return
|
||||
}
|
||||
|
||||
let presentationData = context.sharedContext.currentPresentationData.with { $0 }
|
||||
let presentationData = updatedPresentationData?.initial ?? context.sharedContext.currentPresentationData.with { $0 }
|
||||
|
||||
var items: [ContextMenuItem] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user