fix: Remove iOS 13 guard
This commit is contained in:
@@ -10,7 +10,6 @@ import Foundation
|
|||||||
|
|
||||||
// MARK: - SkiaPreviewLayer
|
// MARK: - SkiaPreviewLayer
|
||||||
|
|
||||||
@available(iOS 13.0, *)
|
|
||||||
class SkiaPreviewLayer: CAMetalLayer {
|
class SkiaPreviewLayer: CAMetalLayer {
|
||||||
private var pixelRatio: CGFloat {
|
private var pixelRatio: CGFloat {
|
||||||
return UIScreen.main.scale
|
return UIScreen.main.scale
|
||||||
|
Reference in New Issue
Block a user