mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Various fixes
This commit is contained in:
parent
c9c4d78e30
commit
751e20043f
@ -447,7 +447,11 @@ final class StarsTransactionsScreenComponent: Component {
|
||||
let sideInsets: CGFloat = environment.safeInsets.left + environment.safeInsets.right + 16.0 * 2.0
|
||||
let bottomInset: CGFloat = environment.safeInsets.bottom
|
||||
|
||||
contentHeight += environment.statusBarHeight
|
||||
if environment.statusBarHeight > 0.0 {
|
||||
contentHeight += environment.statusBarHeight
|
||||
} else {
|
||||
contentHeight += 12.0
|
||||
}
|
||||
|
||||
let starTransition: ComponentTransition = .immediate
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user