Removed font

Circular font is paid can't use it free
This commit is contained in:
Hemanth S 2020-05-14 20:17:36 +05:30
parent 4960e08fe9
commit b507ef21d0
27 changed files with 33 additions and 307 deletions

View file

@ -39,14 +39,13 @@ class ColorFragment : AbsPlayerFragment() {
callbacks?.onPaletteColorChanged()
colorGradientBackground?.setBackgroundColor(color.backgroundColor)
playerActivity?.setLightNavigationBar(ColorUtil.isColorLight(color.backgroundColor))
Handler().postDelayed(Runnable {
Handler().post {
ToolbarContentTintHelper.colorizeToolbar(
playerToolbar,
color.secondaryTextColor,
requireActivity()
)
}, 100)
}
}
override fun onFavoriteToggled() {