refactor: music discovery section

This commit is contained in:
antonio 2023-05-06 19:30:45 +02:00
parent 9f5e0a0e00
commit 7e6a67e28d
3 changed files with 6 additions and 6 deletions

View file

@ -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;
});