Removed animation on lyrics show up

This commit is contained in:
CappielloAntonio
2021-12-19 17:21:38 +01:00
parent e79d492af2
commit c7ebddbefc
3 changed files with 6 additions and 4 deletions

View File

@@ -335,7 +335,7 @@ public class PlayerBottomSheetFragment extends Fragment implements MusicServiceE
bodyBind.buttonFavorite.setChecked(song.isFavorite());
}
private void setLyricsTextViewVisibility(boolean isVisible) {
public void setLyricsTextViewVisibility(boolean isVisible) {
if(isVisible) {
bodyBind.playerSongLyricsTextView.setVisibility(View.VISIBLE);
bodyBind.playerSongLyricsLabelClickable.setText(R.string.player_hide_lyrics_button);