mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various UI fixes
This commit is contained in:
@@ -1096,8 +1096,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
return peerSharedMediaControllerImpl(context: context, peerId: peerId)
|
||||
}
|
||||
|
||||
public func makeChatRecentActionsController(context: AccountContext, peer: Peer) -> ViewController {
|
||||
return ChatRecentActionsController(context: context, peer: peer)
|
||||
public func makeChatRecentActionsController(context: AccountContext, peer: Peer, adminPeerId: PeerId?) -> ViewController {
|
||||
return ChatRecentActionsController(context: context, peer: peer, adminPeerId: adminPeerId)
|
||||
}
|
||||
|
||||
public func presentContactsWarningSuppression(context: AccountContext, present: (ViewController, Any?) -> Void) {
|
||||
|
||||
Reference in New Issue
Block a user