refactor/fix: renamed method name to be more descriptive and manually collapse bottomSheet on device state change

This commit is contained in:
antonio 2023-12-12 21:28:02 +01:00
parent 5bbab10485
commit 06f4898892
2 changed files with 10 additions and 4 deletions

View file

@ -296,7 +296,7 @@ public class PlayerControllerFragment extends Fragment {
Bundle bundle = new Bundle();
bundle.putParcelable(Constants.ARTIST_OBJECT, artist);
NavHostFragment.findNavController(this).navigate(R.id.artistPageFragment, bundle);
activity.collapseBottomSheet();
activity.collapseBottomSheetDelayed();
});
}
});