mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-18 03:36:28 -07:00
refactor/fix: renamed method name to be more descriptive and manually collapse bottomSheet on device state change
This commit is contained in:
parent
5bbab10485
commit
06f4898892
2 changed files with 10 additions and 4 deletions
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue