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
62f156440f
commit
81e11d6d36
102 changed files with 3073 additions and 558 deletions
|
|
@ -14,7 +14,7 @@ public extension Camera {
|
|||
case iPhone15ProMax
|
||||
case unknown
|
||||
|
||||
init(model: DeviceModel) {
|
||||
public init(model: DeviceModel) {
|
||||
switch model {
|
||||
case .iPodTouch1, .iPodTouch2, .iPodTouch3, .iPodTouch4, .iPodTouch5, .iPodTouch6, .iPodTouch7:
|
||||
self = .singleCamera
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue