Fix build (IOS-141)
This commit is contained in:
parent
cb4c5a938d
commit
c4b31112a4
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue