1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-01 11:26:48 +01:00

MainDispatcherRule終了時にAppDispatchers.resetを呼ぶ

This commit is contained in:
tateisu 2023-01-15 18:27:32 +09:00
parent 30b5beab64
commit 83a9d46408
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class MainDispatcherRule(
}
override fun finished(description: Description) {
AppDispatchers.reset()
Dispatchers.resetMain()
}
}

View File

@ -27,6 +27,7 @@ class MainDispatcherRule(
}
override fun finished(description: Description) {
AppDispatchers.reset()
Dispatchers.resetMain()
}
}