Fix wrong padding in stickers search results.

This commit is contained in:
John Preston 2023-02-02 09:45:46 +04:00
parent 98f811a258
commit 20533a6795
1 changed files with 2 additions and 1 deletions

View File

@ -2378,7 +2378,8 @@ void StickersListWidget::updateSelected() {
}
bool StickersListWidget::setHasTitle(const Set &set) const {
if (set.id == Data::Stickers::FavedSetId) {
if (set.id == Data::Stickers::FavedSetId
|| set.id == SearchEmojiSectionSetId()) {
return false;
} else if (set.id == Data::Stickers::RecentSetId) {
return !_mySets.empty()