2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

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

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,