优化
This commit is contained in:
@@ -34,6 +34,7 @@ class RemoteBookActivity : BaseImportBookActivity<ActivityImportBookBinding, Rem
|
|||||||
override val viewModel by viewModels<RemoteBookViewModel>()
|
override val viewModel by viewModels<RemoteBookViewModel>()
|
||||||
private val adapter by lazy { RemoteBookAdapter(this, this) }
|
private val adapter by lazy { RemoteBookAdapter(this, this) }
|
||||||
private var groupMenu: SubMenu? = null
|
private var groupMenu: SubMenu? = null
|
||||||
|
|
||||||
override fun onActivityCreated(savedInstanceState: Bundle?) {
|
override fun onActivityCreated(savedInstanceState: Bundle?) {
|
||||||
binding.titleBar.setTitle(R.string.remote_book)
|
binding.titleBar.setTitle(R.string.remote_book)
|
||||||
launch {
|
launch {
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package io.legado.app.ui.book.import.remote
|
||||||
|
|
||||||
|
class ServerConfigDialog {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user