Closed haroldadmin closed 5 years ago
There are a number of reported issues on Google Play Console of background crashes of MoonShotWorkerFactory.
This could be due to the fact that when the requested ViewModel can not be found, the factory throws an IllegalArgumentException.
IllegalArgumentException
To attempt fixing this, if the requested view model can not be found, then return null instead of throwing an exception.
Fixed with Version 0.9.1.
There are a number of reported issues on Google Play Console of background crashes of MoonShotWorkerFactory.
This could be due to the fact that when the requested ViewModel can not be found, the factory throws an
IllegalArgumentException
.To attempt fixing this, if the requested view model can not be found, then return null instead of throwing an exception.