mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-14 14:32:12 +03:00
Fix #415
This commit is contained in:
parent
e0eb2aaf61
commit
6c122b9e80
@ -124,7 +124,8 @@ public class NowPlayingFragment extends Fragment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bundle.putString(Constants.INTENT_EXTRA_NAME_NAME, song.getAlbum());
|
bundle.putString(Constants.INTENT_EXTRA_NAME_NAME, song.getAlbum());
|
||||||
Navigation.findNavController(getView()).navigate(R.id.selectAlbumFragment, bundle);
|
bundle.putString(Constants.INTENT_EXTRA_NAME_NAME, song.getAlbum());
|
||||||
|
Navigation.findNavController(getActivity(), R.id.nav_host_fragment).navigate(R.id.selectAlbumFragment, bundle);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user