mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Pass SessionNavigation to some boxes.
This commit is contained in:
@@ -107,7 +107,7 @@ SessionController::SessionController(
|
||||
subscribe(session->api().fullPeerUpdated(), [=](PeerData *peer) {
|
||||
if (peer == _showEditPeer) {
|
||||
_showEditPeer = nullptr;
|
||||
Ui::show(Box<EditPeerInfoBox>(peer));
|
||||
Ui::show(Box<EditPeerInfoBox>(this, peer));
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user