Fix DataSourceFacade+Bookmark protocol constraints (IOS-176)

This commit is contained in:
Marcus Kida 2023-12-27 10:32:14 +01:00
parent 22324f4c1e
commit 275fa53f80
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import MastodonSDK
extension DataSourceFacade {
public static func responseToStatusBookmarkAction(
provider: UIViewController & NeedsDependency & AuthContextProvider & DataSourceProvider,
provider: NeedsDependency & AuthContextProvider & DataSourceProvider,
status: MastodonStatus
) async throws {
let selectionFeedbackGenerator = await UISelectionFeedbackGenerator()