mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
Added buttons for music management
This commit is contained in:
parent
f4888f391b
commit
212550e39e
8 changed files with 136 additions and 61 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue