Ringtone permission dialog showing #937
Fix crashing on album edit or artist edit and
This commit is contained in:
parent
2f4632fd67
commit
f9206dcfdb
5 changed files with 9 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue