mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Remove all @available(iOS 14... annotations
This commit is contained in:
@@ -18,7 +18,6 @@ import Foundation
|
||||
import Combine
|
||||
import CoreLocation
|
||||
|
||||
@available(iOS 14.0, *)
|
||||
class MockLocationSharingService: LocationSharingServiceProtocol {
|
||||
func requestAuthorization(_ handler: @escaping LocationAuthorizationHandler) {
|
||||
handler(.authorizedAlways)
|
||||
|
||||
Reference in New Issue
Block a user