mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
feat: radio list update
This commit is contained in:
parent
64958167f0
commit
1d733d4062
2 changed files with 6 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue