mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Fixed the behavior of the viewpager in the player and (name) refactor
This commit is contained in:
parent
2f5e81fdef
commit
b60c5448b2
14 changed files with 82 additions and 38 deletions
|
|
@ -97,7 +97,7 @@ public class SimilarTrackAdapter extends RecyclerView.Adapter<SimilarTrackAdapte
|
|||
QueueRepository queueRepository = new QueueRepository(App.getInstance());
|
||||
queueRepository.insertAllAndStartNew(opener);
|
||||
|
||||
mainActivity.isBottomSheetInPeek(true);
|
||||
mainActivity.setBottomSheetInPeek(true);
|
||||
mainActivity.setBottomSheetMusicInfo(songs.get(getBindingAdapterPosition()));
|
||||
|
||||
SongRepository songRepository = new SongRepository(App.getInstance());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue