fix: mark screen recorder sendable
This commit is contained in:
parent
d7a75e26ae
commit
24263f3cce
@ -1,7 +1,7 @@
|
||||
import AVFoundation
|
||||
import ReplayKit
|
||||
|
||||
final class ScreenRecordService {
|
||||
final class ScreenRecordService: @unchecked Sendable {
|
||||
private struct UncheckedSendableBox<T>: @unchecked Sendable {
|
||||
let value: T
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user