mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-15 21:47:28 +01:00
Blur manga info header image
Similar to J2K. This only applies on Android 12+.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user