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
|
import MastodonSDK
|
||||||
|
|
||||||
extension DataSourceFacade {
|
extension DataSourceFacade {
|
||||||
@MainActor
|
|
||||||
static func coordinateToHashtagScene(
|
|
||||||
provider: DataSourceProvider & AuthContextProvider,
|
|
||||||
tag: Mastodon.Entity.Tag
|
|
||||||
) async {
|
|
||||||
await coordinateToHashtagScene(provider: provider, tag: tag)
|
|
||||||
}
|
|
||||||
|
|
||||||
@MainActor
|
@MainActor
|
||||||
static func coordinateToHashtagScene(
|
static func coordinateToHashtagScene(
|
||||||
provider: ViewControllerWithDependencies & AuthContextProvider,
|
provider: ViewControllerWithDependencies & AuthContextProvider,
|
||||||
|
|
Loading…
Reference in New Issue