mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix "about request admin panel" box hiding.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user