mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix profile insets
This commit is contained in:
parent
c3c82f4e9b
commit
c75df9501e
1 changed files with 1 additions and 0 deletions
|
|
@ -12755,6 +12755,7 @@ final class PeerInfoScreenNode: ViewControllerTracingNode, PeerInfoScreenNodePro
|
|||
restoreContentOffset = self.scrollNode.view.contentOffset
|
||||
}
|
||||
|
||||
contentHeight -= 18.0
|
||||
let paneContainerFrame = CGRect(origin: CGPoint(x: 0.0, y: contentHeight), size: paneContainerSize)
|
||||
if self.state.isEditing || (self.data?.availablePanes ?? []).isEmpty {
|
||||
transition.updateAlpha(node: self.paneContainerNode, alpha: 0.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue