Skip to content

Commit

Permalink
修复不高亮歌词的 bug, 见 hefuyicoder#26
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankeer committed Feb 23, 2018
1 parent d4afc18 commit 21eaaae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public void onPaletteColorChange(int paletteColor, int blackWhiteColor) {

switch (mStatus) {
case FULLSCREEN:
lyricView.setHighLightTextColor(ATEUtil.getThemeAccentColor(mContext));
albumImageDrawable = albumImage.getDrawable();
setBlurredAlbumArt();
}
Expand Down

0 comments on commit 21eaaae

Please sign in to comment.