pull/1395/head
gedoor 3 years ago
parent 6303d56885
commit 4cd5ca7b7f
  1. 4
      app/src/main/java/io/legado/app/ui/association/FileAssociationActivity.kt

@ -31,9 +31,7 @@ class FileAssociationActivity :
}
viewModel.importRssSourceLive.observe(this) {
binding.rotateLoading.hide()
showDialogFragment(
ImportRssSourceDialog(it, true)
)
showDialogFragment(ImportRssSourceDialog(it, true))
}
viewModel.importReplaceRuleLive.observe(this) {
binding.rotateLoading.hide()

Loading…
Cancel
Save