rename some existing methods in the playback interface
This commit is contained in:
parent
569f2240ff
commit
e6ad84f16c
4 changed files with 26 additions and 23 deletions
|
|
@ -1,5 +1,7 @@
|
|||
package com.dkanada.gramophone.helper;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
public class StopWatch {
|
||||
|
|
@ -40,6 +42,7 @@ public class StopWatch {
|
|||
}
|
||||
}
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format(Locale.getDefault(), "%d millis", getElapsedTime());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue