diff --git a/Telegram/SourceFiles/chat_helpers/stickers_list_widget.cpp b/Telegram/SourceFiles/chat_helpers/stickers_list_widget.cpp index 4c49986f2b..8f3bb7f9f3 100644 --- a/Telegram/SourceFiles/chat_helpers/stickers_list_widget.cpp +++ b/Telegram/SourceFiles/chat_helpers/stickers_list_widget.cpp @@ -1291,7 +1291,7 @@ void StickersListWidget::setSelected(OverState newSelected) { if (_section == Section::Featured) { rtlupdate(featuredAddRect(button->section)); } else { - rtlupdate(featuredAddRect(button->section)); // TODO + rtlupdate(removeButtonRect(button->section)); } } };