mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
118d475e16
commit
c014d0b333
56 changed files with 1855 additions and 827 deletions
|
|
@ -1156,6 +1156,9 @@ public class ContactsPeerItemNode: ItemListRevealOptionsItemNode {
|
|||
if case .app = item.peerMode {
|
||||
verticalInset += 2.0
|
||||
}
|
||||
if case .glass = item.systemStyle {
|
||||
verticalInset += 4.0
|
||||
}
|
||||
|
||||
let statusHeightComponent: CGFloat
|
||||
if statusAttributedString == nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue