Dependency injection fix for metrics model
DBHandler was initialized in MainActivity statically using its context. This was, however, causing application shutdowns when it was killed and the service was started since there was no context initialization which was done in MainActivity.
Loading
Please sign in to comment