mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Voice Chat UI fixes
This commit is contained in:
parent
d91ec1bac7
commit
e9ac972ee4
1 changed files with 3 additions and 2 deletions
|
|
@ -1447,13 +1447,14 @@ public final class VoiceChatController: ViewController {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
let listMaxY = listTopInset + listSize.height
|
||||
if bottomEdge.isZero {
|
||||
bottomEdge = listMaxY
|
||||
}
|
||||
|
||||
var bottomOffset: CGFloat = 0.0
|
||||
if bottomEdge < listMaxY {
|
||||
if bottomEdge < listMaxY && (self.panGestureArguments != nil || self.isExpanded) {
|
||||
bottomOffset = bottomEdge - listMaxY
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue