don't show notification if there is no update

This commit is contained in:
Christian Schneppe 2018-02-17 22:46:57 +01:00
parent 3244e87baa
commit 50afb8d131

View file

@ -99,7 +99,6 @@ public class UpdateService extends AsyncTask<String, Object, UpdateService.Wrapp
} else {
Log.d(Config.LOGTAG, "AppUpdater: Version " + ownVersion + " is up to date");
UpdateAvailable = false;
showNotification(url, changelog, version, filesize, playstore);
}
}
} catch (JSONException e) {