Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Beppi Menozzi authored and Beppi Menozzi committed Nov 22, 2016
2 parents 695f6c8 + c8de1b0 commit f044bb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void onToggle(TriStateToggleButton.ToggleStatus toggleStatus, boolean boo
switch (toggleStatus) {
case off: tstb_2_text.setText("Off"); break;
case mid: tstb_2_text.setText("Almost..."); break;
case on: tstb_2_text.setText("On"); tstb_3.setEnabled(true); break;
case on: tstb_2_text.setText("On"); break;
}
}
});
Expand Down

0 comments on commit f044bb1

Please sign in to comment.