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) {
|
||||
CrashReporter.logException(e)
|
||||
return null
|
||||
} catch (e: IOException) {
|
||||
CrashReporter.logException(e)
|
||||
return null
|
||||
} catch (e: XmlPullParserException) {
|
||||
CrashReporter.logException(e)
|
||||
return null
|
||||
return nullg
|
||||
} finally {
|
||||
xmlParser?.close()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user