mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Added buttons for music management
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user