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.
//
import Foundation
import UIKit
import CoreData
import CoreDataStack
import MastodonCore
extension DataSourceFacade {
static func coordinateToStatusThreadScene(
provider: DataSourceProvider & AuthContextProvider,
provider: NeedsDependency & UIViewController & AuthContextProvider,
target: StatusTarget,
status: ManagedObjectRecord<Status>
) async {
@ -40,7 +40,7 @@ extension DataSourceFacade {
@MainActor
static func coordinateToStatusThreadScene(
provider: DataSourceProvider & AuthContextProvider,
provider: NeedsDependency & UIViewController & AuthContextProvider,
root: StatusItem.Thread
) async {
let threadViewModel = ThreadViewModel(