Fix contact status buttons display.

This commit is contained in:
John Preston 2021-11-23 19:27:54 +04:00
parent 433169626b
commit 7ef78ba6c9
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ void ContactStatus::setupState(not_null<PeerData*> peer) {
peer->session().api().requestPeerSettings(peer);
}
_bar.entity()->showState(State());
PeerState(
peer
) | rpl::start_with_next([=](State state) {