This commit is contained in:
kunfei
2022-11-05 23:46:00 +08:00
parent 2397bf7ce5
commit 8b4826c2e4
2 changed files with 3 additions and 2 deletions
@@ -73,7 +73,7 @@ class OnLineImportActivity :
"/readConfig" -> viewModel.getBytes(url) { bytes ->
viewModel.importReadConfig(bytes, this::finallyDialog)
}
"addToBookshelf" -> showDialogFragment(
"/addToBookshelf" -> showDialogFragment(
AddToBookshelfDialog(url)
)
"/importonline" -> when (it.host) {