haroldadmin / MoonShot

A SpaceX companion app for Android
161 stars 18 forks source link

Fix background crash in MoonShotWorkerFactory #12

Closed haroldadmin closed 5 years ago

haroldadmin commented 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.

To attempt fixing this, if the requested view model can not be found, then return null instead of throwing an exception.

haroldadmin commented 5 years ago

Fixed with Version 0.9.1.