rename some existing methods in the playback interface

This commit is contained in:
dkanada 2020-10-16 11:39:28 +09:00
commit e6ad84f16c
4 changed files with 26 additions and 23 deletions

View file

@ -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());