Fix stickers list remote set button update.

This commit is contained in:
John Preston 2017-05-03 16:56:14 +03:00
parent 392ab20a47
commit bf659938ba
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}
};