Channel reaction search

This commit is contained in:
Isaac
2024-10-18 18:09:40 +04:00
parent 1e75c0fa02
commit 987233def2
2 changed files with 425 additions and 4 deletions

View File

@@ -1534,6 +1534,8 @@ public extension EmojiPagerContentComponent {
displaySearchWithPlaceholder = strings.Common_Search
} else if case .stickerAlt = subject {
displaySearchWithPlaceholder = strings.Common_Search
} else if case .reactionList = subject {
displaySearchWithPlaceholder = strings.Common_Search
}
}