26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.9.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.1)" variant="all" version="8.9.1">
|
|
|
|
<issue
|
|
id="UnsafeCompatGetColorStateList"
|
|
message="This call can lead to crashes, replace with AppCompatResources.getColorStateList"
|
|
errorLine1=" ) ?: ContextCompat.getColorStateList(context, R.color.mozac_ui_tabcounter_default_tint)"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/java/mozilla/components/ui/tabcounter/TabCounterView.kt"
|
|
line="52"
|
|
column="18"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnsafeCompatGetDrawable"
|
|
message="This call can lead to crashes, replace with AppCompatResources.getDrawable"
|
|
errorLine1=" false -> ContextCompat.getDrawable(context, drawableRes)"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/java/mozilla/components/ui/tabcounter/TabCounterView.kt"
|
|
line="127"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
</issues>
|