Blur manga info header image

Similar to J2K. This only applies on Android 12+.
This commit is contained in:
arkon
2023-06-13 20:20:08 -04:00
parent e323f3c25a
commit ee95c1439f
6 changed files with 3 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ class GlobalExceptionHandler private constructor(
return try {
Json.decodeFromString(ThrowableSerializer, intent.getStringExtra(INTENT_EXTRA)!!)
} catch (e: Exception) {
logcat(LogPriority.ERROR, e) { "Wasn't able to retrive throwable from intent" }
logcat(LogPriority.ERROR, e) { "Wasn't able to retrieve throwable from intent" }
null
}
}