This commit is contained in:
Sem van der Hoeven
2021-01-06 21:04:21 +01:00
parent f552afb49e
commit 7d833c8ec5

View File

@@ -45,7 +45,7 @@ public class StatisticFragment extends Fragment {
long p2 = seconds / 60;
long p3 = p2 % 60;
p2 = p2 / 60;
timeText.setText(p2 + ":" + p3 + ":" + p1);
timeText.setText(p2 + "u, " + p3 + "m, " + p1 + "s");
//loads the couponList