mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Removed animation on lyrics show up
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user