mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
e54230f42c
commit
5470ba80ec
97 changed files with 4465 additions and 1180 deletions
|
|
@ -46,8 +46,10 @@ public extension Camera {
|
|||
return [1.0]
|
||||
case .iPhone14, .iPhone14Plus, .iPhone15, .iPhone15Plus:
|
||||
return [0.5, 1.0, 2.0]
|
||||
case .iPhone14Pro, .iPhone14ProMax, .iPhone15Pro, .iPhone15ProMax:
|
||||
case .iPhone14Pro, .iPhone14ProMax, .iPhone15Pro:
|
||||
return [0.5, 1.0, 2.0, 3.0]
|
||||
case .iPhone15ProMax:
|
||||
return [0.5, 1.0, 2.0, 5.0]
|
||||
case .unknown:
|
||||
return [1.0, 2.0]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue