mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
refactor: Remove commented code
This commit is contained in:
parent
040558198e
commit
f74813ef69
1 changed files with 0 additions and 3 deletions
|
|
@ -11,9 +11,6 @@ public class PlaybackViewModel extends ViewModel {
|
|||
private final MutableLiveData<String> currentMediaId = new MutableLiveData<>(null);
|
||||
private final MutableLiveData<Boolean> isPlaying = new MutableLiveData<>(false);
|
||||
|
||||
// (Optional) expose position or other info
|
||||
// private final MutableLiveData<Long> positionMs = new MutableLiveData<>(0L);
|
||||
|
||||
public LiveData<String> getCurrentMediaId() {
|
||||
return currentMediaId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue