don't show notification if there is no update
This commit is contained in:
parent
3244e87baa
commit
50afb8d131
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue