NTP-73732 | Hopper crash fix (#16614)
This commit is contained in:
@@ -67,7 +67,7 @@ class HopperProcessor @Inject constructor(private val viewModelMapper: ViewModel
|
||||
private fun startNewJob() {
|
||||
processorLastCancelationTime = 0
|
||||
job = Job()
|
||||
job?.let { job -> CoroutineScope(job + Dispatchers.IO).launch { onStart() } }
|
||||
job?.let { job -> CoroutineScope(job + Dispatchers.Main).launch { onStart() } }
|
||||
}
|
||||
|
||||
override fun onStart() {
|
||||
|
||||
Reference in New Issue
Block a user