Skip to content

Commit

Permalink
fix time format
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroseled committed Oct 10, 2018
1 parent 1f41956 commit 460b2ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ private void showText(DataSet set, Text speed, Text dist, Text vert, Text heart,
cal.setText(Double.toString(set.getCaloriesBurned()));
avgSpeed.setText(set.getAvgSpeed() + " m/s");
slope.setText(formatTime(set.getSlopeTime()));
time.setText(formatTime(getTime(set)) + " m");
time.setText(formatTime(getTime(set)));
}


Expand Down

0 comments on commit 460b2ae

Please sign in to comment.