Skip to content

Commit

Permalink
[Exposed-UI]: fix update downrage error.
Browse files Browse the repository at this point in the history
  • Loading branch information
维术 committed Jan 12, 2018
1 parent 3e78c34 commit 8c64f1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void onResponses(AVersionService service, String response) {
String updateMessage = versionInfo.getString("updateMessage");

int currentVersion = getCurrentVersionCode(this);
if (currentVersion != versionCode) {
if (currentVersion < versionCode) {
showVersionDialog(url, "VAExposed 更新啦: ", updateMessage);
}
} catch (JSONException e) {
Expand Down

0 comments on commit 8c64f1b

Please sign in to comment.