mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-02 07:08:55 +01:00
Blur manga info header image
Similar to J2K. This only applies on Android 12+.
This commit is contained in:
@@ -73,7 +73,6 @@ class BackupRestorer(
|
||||
return File("")
|
||||
}
|
||||
|
||||
@Suppress("BlockingMethodInNonBlockingContext")
|
||||
private suspend fun performRestore(uri: Uri): Boolean {
|
||||
val backup = BackupUtil.decodeBackup(context, uri)
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@ class ImageSaver(
|
||||
|
||||
try {
|
||||
data().use { input ->
|
||||
@Suppress("BlockingMethodInNonBlockingContext")
|
||||
context.contentResolver.openOutputStream(picture, "w").use { output ->
|
||||
input.copyTo(output!!)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user