remove log statements
This commit is contained in:
parent
47fa1cbbed
commit
eb757aa9c8
@ -62,8 +62,6 @@ data class AdaptiveIconDrawableCompat(
|
|||||||
val attrs = Xml.asAttributeSet(xmlParser)
|
val attrs = Xml.asAttributeSet(xmlParser)
|
||||||
if (!xmlParser.skipToNextTag()) return null
|
if (!xmlParser.skipToNextTag()) return null
|
||||||
|
|
||||||
Log.d("MM20", "xmlParser.name: ${xmlParser.name}")
|
|
||||||
|
|
||||||
if (xmlParser.name != "adaptive-icon") {
|
if (xmlParser.name != "adaptive-icon") {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
@ -87,10 +85,6 @@ data class AdaptiveIconDrawableCompat(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Log.d(
|
|
||||||
"MM20",
|
|
||||||
"background: $background, foreground: $foreground, monochrome: $monochrome"
|
|
||||||
)
|
|
||||||
if (foreground != null && background != null) {
|
if (foreground != null && background != null) {
|
||||||
return AdaptiveIconDrawableCompat(
|
return AdaptiveIconDrawableCompat(
|
||||||
background = background,
|
background = background,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user