Fix build (IOS-141)

This commit is contained in:
Nathan Mattes 2023-09-17 17:27:42 +02:00
parent cb4c5a938d
commit c4b31112a4
1 changed files with 3 additions and 3 deletions

View File

@ -5,14 +5,14 @@
// Created by MainasuK on 2022-1-17. // Created by MainasuK on 2022-1-17.
// //
import Foundation import UIKit
import CoreData import CoreData
import CoreDataStack import CoreDataStack
import MastodonCore import MastodonCore
extension DataSourceFacade { extension DataSourceFacade {
static func coordinateToStatusThreadScene( static func coordinateToStatusThreadScene(
provider: DataSourceProvider & AuthContextProvider, provider: NeedsDependency & UIViewController & AuthContextProvider,
target: StatusTarget, target: StatusTarget,
status: ManagedObjectRecord<Status> status: ManagedObjectRecord<Status>
) async { ) async {
@ -40,7 +40,7 @@ extension DataSourceFacade {
@MainActor @MainActor
static func coordinateToStatusThreadScene( static func coordinateToStatusThreadScene(
provider: DataSourceProvider & AuthContextProvider, provider: NeedsDependency & UIViewController & AuthContextProvider,
root: StatusItem.Thread root: StatusItem.Thread
) async { ) async {
let threadViewModel = ThreadViewModel( let threadViewModel = ThreadViewModel(