mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-11 16:30:34 -07:00
feat: Mark currently playing song in SongHorizontalAdapter
This commit is contained in:
parent
c62d2ace4d
commit
52ba783a90
10 changed files with 162 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.cappielloantonio.tempo.interfaces;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
@Keep
|
||||
public interface MediaSongIdCallback {
|
||||
default void onRecovery(String id) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue