mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -226,7 +226,7 @@ final class ContactMultiselectionControllerNode: ASDisplayNode {
|
||||
sections.append((presentationData.strings.Premium_Gift_ContactSelection_BirthdayTomorrow, tomorrowPeers, hasActions))
|
||||
}
|
||||
|
||||
displayTopPeers = .custom(sections)
|
||||
displayTopPeers = .custom(showSelf: false, sections: sections)
|
||||
} else {
|
||||
displayTopPeers = .recent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user