mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-19 05:49:18 +00:00
Add Dependency: KSP
This commit is contained in:
@ -51,6 +51,6 @@ open class DrawableWrapper(val drawable: Drawable) : Drawable() {
|
||||
drawable.colorFilter = colorFilter
|
||||
}
|
||||
|
||||
@Suppress("DEPRECATION")
|
||||
@Deprecated("Deprecated in Java", ReplaceWith("drawable.opacity"))
|
||||
override fun getOpacity(): Int = drawable.opacity
|
||||
}
|
||||
|
Reference in New Issue
Block a user