优化
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user