mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fixing video aspect ratio
This commit is contained in:
parent
2863524530
commit
79e6a2420f
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ final class MediaStreamVideoComponent: Component {
|
|||
if aspect <= 0.01 {
|
||||
aspect = 16.0 / 9
|
||||
}
|
||||
} else if !self.hadVideo && !component.isFullscreen {
|
||||
} else if !self.hadVideo {
|
||||
aspect = 16.0 / 9
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue