We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1657352 commit 34a061bCopy full SHA for 34a061b
app/src/main/java/com/amit/utilities/UtilsKt.kt
@@ -6,6 +6,7 @@ import android.os.Build
6
7
public class UtilsKt
8
{
9
+ @SuppressWarnings("deprecation")
10
companion object
11
12
fun getColorWrapper(context: Context, id: Int) : Int
@@ -21,6 +22,7 @@ public class UtilsKt
21
22
}
23
24
25
26
fun getDrawable(context: Context, id: Int) : Drawable
27
28
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP)
0 commit comments