Skip to content

Commit

Permalink
Fixed color update of right buttons in chats list on palette change.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd authored and john-preston committed Feb 10, 2025
1 parent b61befa commit 4b43f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ InnerWidget::InnerWidget(
) | rpl::start_with_next([=] {
_topicJumpCache = nullptr;
_chatsFilterTags.clear();
_rightButtons.clear();
}, lifetime());

session().downloaderTaskFinished(
Expand Down

0 comments on commit 4b43f4c

Please sign in to comment.