mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Show full profile from group members list.
This commit is contained in:
parent
2f4651fe6f
commit
94dc595a81
1 changed files with 7 additions and 4 deletions
|
@ -1435,10 +1435,13 @@ void ParticipantsBoxController::rowClicked(not_null<PeerListRow*> row) {
|
||||||
showRestricted(user);
|
showRestricted(user);
|
||||||
} else {
|
} else {
|
||||||
Assert(_navigation != nullptr);
|
Assert(_navigation != nullptr);
|
||||||
AssertIsDebug();
|
if (_role != Role::Profile) {
|
||||||
_navigation->parentController()->show(PrepareShortInfoBox(
|
_navigation->parentController()->show(PrepareShortInfoBox(
|
||||||
participant,
|
participant,
|
||||||
_navigation));
|
_navigation));
|
||||||
|
} else {
|
||||||
|
_navigation->showPeerInfo(participant);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue