mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
refactor: music discovery section
This commit is contained in:
@@ -136,7 +136,7 @@ public class HomeTabMusicFragment extends Fragment implements ClickCallback {
|
||||
}
|
||||
|
||||
private void init() {
|
||||
bind.musicDiscoveryTextViewRefreshable.setOnLongClickListener(v -> {
|
||||
bind.discoveryTextViewRefreshable.setOnLongClickListener(v -> {
|
||||
homeViewModel.refreshDiscoverySongSample(getViewLifecycleOwner());
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user