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…
Reference in New Issue