mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix "about request admin panel" box hiding.
This commit is contained in:
parent
db0c57a186
commit
b9ea5718a2
1 changed files with 1 additions and 0 deletions
|
@ -564,6 +564,7 @@ void ContactStatus::setupRequestInfoHandler(not_null<PeerData*> peer) {
|
|||
*request = peer->session().api().request(
|
||||
MTPmessages_HidePeerSettingsBar(peer->input)
|
||||
).send();
|
||||
box->closeBox();
|
||||
});
|
||||
}));
|
||||
}, _bar.lifetime());
|
||||
|
|
Loading…
Add table
Reference in a new issue