Various fixes

This commit is contained in:
Ilya Laktyushin
2024-12-28 20:53:20 +04:00
parent 27e6f83aa9
commit f223dabbc2
6 changed files with 111 additions and 35 deletions

View File

@@ -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
}