Update dependencies

This commit is contained in:
世界
2023-07-30 15:51:13 +08:00
parent cb9799936b
commit 2e3950d997
5 changed files with 13 additions and 14 deletions

View File

@@ -279,8 +279,7 @@ class DashboardFragment : Fragment(), CommandClientHandler {
return
}
runCatching {
Libbox.newStandaloneCommandClient(mainActivity.filesDir.absolutePath)
.serviceReload()
Libbox.newStandaloneCommandClient().serviceReload()
}.onFailure {
withContext(Dispatchers.Main) {
mainActivity.errorDialogBuilder(it).show()