Various fixes

This commit is contained in:
Ilya Laktyushin
2023-07-15 17:12:16 +02:00
parent 547564eac3
commit 4f1913e37d
6 changed files with 23 additions and 354 deletions

View File

@@ -3799,7 +3799,7 @@ public final class EmojiPagerContentComponent: Component {
}
}
contextGesture.activatedAfterCompletion = { [weak self] point, wasTap in
guard let self, let component = self.component, !self.isSearchActivated else {
guard let self, let component = self.component else {
return
}