mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Removed cardview overlay where possible
This commit is contained in:
@@ -49,4 +49,8 @@ public class PlayerBottomSheetViewModel extends AndroidViewModel {
|
||||
public void setSong(Song song) {
|
||||
this.song = song;
|
||||
}
|
||||
|
||||
public void removeSong(int position) {
|
||||
queueRepository.deleteByPosition(position);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user