diff --git a/Telegram/SourceFiles/history/view/history_view_contact_status.cpp b/Telegram/SourceFiles/history/view/history_view_contact_status.cpp index a55325f443..4d7932de12 100644 --- a/Telegram/SourceFiles/history/view/history_view_contact_status.cpp +++ b/Telegram/SourceFiles/history/view/history_view_contact_status.cpp @@ -392,6 +392,7 @@ void ContactStatus::setupState(not_null peer) { peer->session().api().requestPeerSettings(peer); } + _bar.entity()->showState(State()); PeerState( peer ) | rpl::start_with_next([=](State state) {