mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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);
|
peer->session().api().requestPeerSettings(peer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_bar.entity()->showState(State());
|
||||||
PeerState(
|
PeerState(
|
||||||
peer
|
peer
|
||||||
) | rpl::start_with_next([=](State state) {
|
) | rpl::start_with_next([=](State state) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue