felixmartens/Wattfinder

Outdated GooglePlayServices

Closed this issue · 2 comments

Start / loading Screen gets stuck if Google play services version is not high enough. This should lead to some notification pointing to the PlayStore to update them and maybe some error message in the app.

solution is one line in KartenActivity:

else if (!FilterWorks.filter_initialized())
{
GoogleApiAvailability.getInstance().makeGooglePlayServicesAvailable(this);
AnimationWorker.showStartup();
}

screenshot_1528209683

added the one-liner as suggested