Fix crash / deadlock when selecting hashtag from search history

This commit is contained in:
Marcus Kida 2024-02-19 15:46:49 +01:00 committed by Nathan Mattes
parent e912bec350
commit c05169affb
1 changed files with 0 additions and 8 deletions

View File

@ -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,