mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various fixes
This commit is contained in:
@@ -1482,7 +1482,7 @@ class ChatControllerNode: ASDisplayNode, UIScrollViewDelegate {
|
||||
|
||||
let inputBackgroundInset: CGFloat
|
||||
if cleanInsets.bottom < insets.bottom {
|
||||
if case .regular = layout.metrics.widthClass, let inputHeight = layout.inputHeight, inputHeight < 88.0 {
|
||||
if case .regular = layout.metrics.widthClass, insets.bottom < 88.0 {
|
||||
inputBackgroundInset = insets.bottom
|
||||
} else {
|
||||
inputBackgroundInset = 0.0
|
||||
|
||||
Reference in New Issue
Block a user