mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
feat: radio list update
This commit is contained in:
@@ -82,6 +82,11 @@ public class HomeTabRadioFragment extends Fragment implements ClickCallback {
|
||||
RadioEditorDialog dialog = new RadioEditorDialog(() -> radioViewModel.getInternetRadioStations(getViewLifecycleOwner()));
|
||||
dialog.show(activity.getSupportFragmentManager(), null);
|
||||
});
|
||||
|
||||
bind.internetRadioStationTitleTextView.setOnLongClickListener(v -> {
|
||||
radioViewModel.getInternetRadioStations(getViewLifecycleOwner());
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
||||
private void initRadioStationView() {
|
||||
|
||||
Reference in New Issue
Block a user