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 34a061b commit 2d015a7Copy full SHA for 2d015a7
app/src/main/java/com/amit/utilities/UtilsKt.kt
@@ -6,7 +6,7 @@ import android.os.Build
6
7
public class UtilsKt
8
{
9
- @SuppressWarnings("deprecation")
+ @Suppress("deprecation")
10
companion object
11
12
fun getColorWrapper(context: Context, id: Int) : Int
@@ -22,7 +22,7 @@ public class UtilsKt
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