优化
This commit is contained in:
@@ -148,9 +148,13 @@ class RssSourceEditActivity :
|
||||
private fun initView() {
|
||||
binding.recyclerView.setEdgeEffectColor(primaryColor)
|
||||
binding.recyclerView.adapter = adapter
|
||||
binding.composeView.setContent {
|
||||
|
||||
}
|
||||
// binding.composeView.setContent {
|
||||
// AppTheme {
|
||||
// UrlOptionDialog {
|
||||
//
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
private fun upRecyclerView(source: RssSource? = viewModel.rssSource) {
|
||||
|
||||
Reference in New Issue
Block a user