mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-02-01 11:26:48 +01:00
MainDispatcherRule終了時にAppDispatchers.resetを呼ぶ
This commit is contained in:
parent
30b5beab64
commit
83a9d46408
@ -27,6 +27,7 @@ class MainDispatcherRule(
|
||||
}
|
||||
|
||||
override fun finished(description: Description) {
|
||||
AppDispatchers.reset()
|
||||
Dispatchers.resetMain()
|
||||
}
|
||||
}
|
||||
|
@ -27,6 +27,7 @@ class MainDispatcherRule(
|
||||
}
|
||||
|
||||
override fun finished(description: Description) {
|
||||
AppDispatchers.reset()
|
||||
Dispatchers.resetMain()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user