mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-14 03:01:15 +00:00
Fix visual glitch on profile opening.
This commit is contained in:
parent
d8cc7a9b50
commit
895c65d518
@ -229,6 +229,7 @@ void showPeerProfile(not_null<PeerData*> peer) {
|
||||
if (const auto controller = window->sessionController()) {
|
||||
if (&controller->session() == &peer->session()) {
|
||||
controller->showPeerInfo(peer);
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (&Core::App().domain().active() != &peer->session().account()) {
|
||||
|
Loading…
Reference in New Issue
Block a user