Fix "about request admin panel" box hiding.

This commit is contained in:
John Preston 2021-12-02 15:00:27 +04:00
parent db0c57a186
commit b9ea5718a2
1 changed files with 1 additions and 0 deletions

View File

@ -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());