Don't log when themed icon compat parsing fails
This commit is contained in:
parent
b54a53d5d6
commit
c7f8f31d73
@ -93,14 +93,11 @@ data class AdaptiveIconDrawableCompat(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
} catch (e: Resources.NotFoundException) {
|
} catch (e: Resources.NotFoundException) {
|
||||||
CrashReporter.logException(e)
|
|
||||||
return null
|
return null
|
||||||
} catch (e: IOException) {
|
} catch (e: IOException) {
|
||||||
CrashReporter.logException(e)
|
|
||||||
return null
|
return null
|
||||||
} catch (e: XmlPullParserException) {
|
} catch (e: XmlPullParserException) {
|
||||||
CrashReporter.logException(e)
|
return nullg
|
||||||
return null
|
|
||||||
} finally {
|
} finally {
|
||||||
xmlParser?.close()
|
xmlParser?.close()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user