IMPORTANT
This commit is contained in:
parent
6489ad6cc5
commit
081da47b71
1 changed files with 0 additions and 1 deletions
|
|
@ -162,5 +162,4 @@ public class AudioManager {
|
||||||
s = s - (minutes * 60);
|
s = s - (minutes * 60);
|
||||||
return (hours == 0 ? "" : hours + ":") + String.format("%02d", minutes) + ":" + String.format("%02d", s);
|
return (hours == 0 ? "" : hours + ":") + String.format("%02d", minutes) + ":" + String.format("%02d", s);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue