mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Added a viewpager on the music playback screen to display the lyrics
This commit is contained in:
@@ -188,7 +188,7 @@ public class MainActivity extends BaseActivity {
|
||||
PlayerBottomSheetFragment playerBottomSheetFragment = (PlayerBottomSheetFragment) getSupportFragmentManager().findFragmentByTag("PlayerBottomSheet");
|
||||
if (playerBottomSheetFragment == null) return;
|
||||
|
||||
playerBottomSheetFragment.scrollPager(song, 0, false);
|
||||
playerBottomSheetFragment.setSongInfo(song);
|
||||
}
|
||||
|
||||
public void collapseBottomSheet() {
|
||||
|
||||
Reference in New Issue
Block a user