mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-28 10:55:40 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
let presentationData = context.sharedContext.currentPresentationData.with { $0 }
|
let presentationData = updatedPresentationData?.initial ?? context.sharedContext.currentPresentationData.with { $0 }
|
||||||
|
|
||||||
var items: [ContextMenuItem] = []
|
var items: [ContextMenuItem] = []
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user