Allow to share images when reading online. Move chapter cache to external cache dir. Dependency updates.
This commit is contained in:
@@ -116,7 +116,7 @@ class SettingsDownloadsFragment : SettingsFragment() {
|
||||
@Suppress("NewApi")
|
||||
context.contentResolver.takePersistableUriPermission(uri, flags)
|
||||
|
||||
val file = UniFile.fromTreeUri(context, uri)
|
||||
val file = UniFile.fromUri(context, uri)
|
||||
preferences.downloadsDirectory().set(file.uri.toString())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user