mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various fixes
This commit is contained in:
parent
1670677a92
commit
23c4d94748
1 changed files with 1 additions and 1 deletions
|
|
@ -4068,7 +4068,7 @@ public final class EmojiPagerContentComponent: Component {
|
|||
}
|
||||
|
||||
private func maybeLoadMore() {
|
||||
guard let component = self.component else {
|
||||
guard let component = self.component, !self.isUpdating else {
|
||||
return
|
||||
}
|
||||
guard component.canLoadMore, let contentId = component.itemContentUniqueId else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue