mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge commit '681b5c9d3aa69629d9ccd5a023a9e104b12a3054'
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(showSelf: false, sections: sections)
|
||||
displayTopPeers = .custom(showSelf: false, selfSubtitle: nil, sections: sections)
|
||||
} else {
|
||||
displayTopPeers = .recent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user