Skip to content

Commit

Permalink
[smarcet]
Browse files Browse the repository at this point in the history
* fix on about page (wrong  build number)
  • Loading branch information
smarcet committed Mar 28, 2017
1 parent 45a509e commit 12ce662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void setVersion(String version) {

@Override
public void setBuild(String build) {
if(aboutBuildText == null)
if(aboutBuildText == null) return;
aboutBuildText.setText(build);
}

Expand Down

0 comments on commit 12ce662

Please sign in to comment.