Skip to content

Commit 176e4ea

Browse files
committed
Fix build
1 parent e966cf7 commit 176e4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submodules/InstantPageUI/Sources/InstantPageControllerNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ final class InstantPageControllerNode: ASDisplayNode, UIScrollViewDelegate {
11801180
let _ = (strongSelf.context.account.postbox.loadedPeerWithId(peerId)
11811181
|> deliverOnMainQueue).start(next: { peer in
11821182
if let strongSelf = self {
1183-
if let controller = strongSelf.context.sharedContext.makePeerInfoController(context: strongSelf.context, peer: peer, mode: .generic, avatarInitiallyExpanded: false, fromChat: false, suggestSendMessage: false) {
1183+
if let controller = strongSelf.context.sharedContext.makePeerInfoController(context: strongSelf.context, peer: peer, mode: .generic, avatarInitiallyExpanded: false, fromChat: false) {
11841184
strongSelf.getNavigationController()?.pushViewController(controller)
11851185
}
11861186
}

0 commit comments

Comments
 (0)