Added buttons for music management

This commit is contained in:
CappielloAntonio 2021-12-20 12:35:37 +01:00
parent f4888f391b
commit 212550e39e
8 changed files with 136 additions and 61 deletions

View file

@ -159,7 +159,7 @@ public class MainActivity extends BaseActivity {
PlayerBottomSheetFragment playerBottomSheetFragment = (PlayerBottomSheetFragment) getSupportFragmentManager().findFragmentByTag("PlayerBottomSheet");
if (playerBottomSheetFragment != null) {
playerBottomSheetFragment.scrollOnTop();
playerBottomSheetFragment.setLyricsTextViewVisibility(false);
playerBottomSheetFragment.setPlayerCommandViewVisibility(false);
}
break;
case BottomSheetBehavior.STATE_DRAGGING: