fix(webcompat): dont spam logcat
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
0708dc56d2
commit
4206bcf304
|
|
@ -103,10 +103,6 @@ object WebCompat {
|
||||||
throw IllegalArgumentException("Invalid colour format: $colourString")
|
throw IllegalArgumentException("Invalid colour format: $colourString")
|
||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Log.d(
|
|
||||||
"WebCompat",
|
|
||||||
"Failed to parse colour $colourString, falling back to LocalContentColor.current"
|
|
||||||
)
|
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue