Ringtone permission dialog showing #937

Fix crashing on album edit or artist edit  and
This commit is contained in:
Hemanth S 2020-10-18 01:30:00 +05:30
parent 2f4632fd67
commit f9206dcfdb
5 changed files with 9 additions and 13 deletions

View file

@ -25,7 +25,7 @@ import com.bumptech.glide.request.animation.GlideAnimation
abstract class SingleColorTarget(view: ImageView) : BitmapPaletteTarget(view) {
protected val defaultFooterColor: Int
private val defaultFooterColor: Int
get() = ATHUtil.resolveColor(view.context, R.attr.colorControlNormal)
abstract fun onColorReady(color: Int)