Skip to content

Commit

Permalink
Fix crash / deadlock when selecting hashtag from search history
Browse files Browse the repository at this point in the history
  • Loading branch information
kimar authored and zeitschlag committed Feb 19, 2024
1 parent e912bec commit c05169a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Mastodon/Protocol/Provider/DataSourceFacade+Hashtag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ import MastodonCore
import MastodonSDK

extension DataSourceFacade {
@MainActor
static func coordinateToHashtagScene(
provider: DataSourceProvider & AuthContextProvider,
tag: Mastodon.Entity.Tag
) async {
await coordinateToHashtagScene(provider: provider, tag: tag)
}

@MainActor
static func coordinateToHashtagScene(
provider: ViewControllerWithDependencies & AuthContextProvider,
Expand Down

0 comments on commit c05169a

Please sign in to comment.