mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Emoji input improvements
This commit is contained in:
@@ -381,9 +381,10 @@ public final class PagerComponent<ChildEnvironmentType: Equatable, TopPanelEnvir
|
||||
if component.contents.contains(where: { $0.id == defaultId }) {
|
||||
centralId = defaultId
|
||||
}
|
||||
} else {
|
||||
centralId = component.contents.first?.id
|
||||
}
|
||||
if centralId == nil {
|
||||
centralId = component.contents.first?.id
|
||||
}
|
||||
}
|
||||
|
||||
if self.centralId != centralId {
|
||||
|
||||
Reference in New Issue
Block a user