mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Actually show the uri
This commit is contained in:
parent
1f602766f7
commit
68fdeb7a9e
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class SettingsBackupController : SettingsController() {
|
||||||
.onEach { path ->
|
.onEach { path ->
|
||||||
val dir = UniFile.fromUri(context, path.toUri())
|
val dir = UniFile.fromUri(context, path.toUri())
|
||||||
val filePath = dir.filePath
|
val filePath = dir.filePath
|
||||||
summary = if (filePath != null) "$filePath/automatic" else "Invalid directory: $dir"
|
summary = if (filePath != null) "$filePath/automatic" else "Invalid directory: ${dir.uri}"
|
||||||
}
|
}
|
||||||
.launchIn(viewScope)
|
.launchIn(viewScope)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue