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