mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 06:37:24 +02:00
Fix contact status buttons display.
This commit is contained in:
parent
433169626b
commit
7ef78ba6c9
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue