mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix stats message context menu style
This commit is contained in:
parent
7826d4fa27
commit
f8baf6d69b
@ -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] = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user