ViewModelScopeFactory.reset() resets to wrong scope
realdadfish opened this issue · comments
Thomas Keller commented
The aforementioned method resets the scope to MainCoroutineScope()
, whereas the original scope was MainImmediateCoroutineScope()
.