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:
parent
e912bec350
commit
c05169affb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user