Skip to content

Commit

Permalink
Fix #132
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-stoneuk committed Sep 10, 2016
1 parent a141dbc commit bf8115c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ public boolean isButtonNextVisible() {

@SuppressWarnings("unused")
public void setButtonNextVisible(boolean visible) {
buttonNext.setVisibility(visible ? View.VISIBLE : View.GONE);
buttonNext.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
}

@SuppressWarnings("unused")
Expand Down

0 comments on commit bf8115c

Please sign in to comment.