Fixed lyrics icon not updating
This commit is contained in:
parent
3bfacaea77
commit
3851923a98
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ abstract class AbsPlayerFragment(@LayoutRes layout: Int) : AbsMainActivityFragme
|
||||||
requireView()
|
requireView()
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
playerToolbar()?.menu?.findItem(R.id.action_toggle_lyrics)?.let { showLyricsIcon(it) }
|
||||||
}
|
}
|
||||||
|
|
||||||
class SwipeDetector(val context: Context, val viewPager: ViewPager?, val view: View) :
|
class SwipeDetector(val context: Context, val viewPager: ViewPager?, val view: View) :
|
||||||
|
|
Loading…
Reference in a new issue