|
|
@ -148,9 +148,13 @@ class RssSourceEditActivity : |
|
|
|
private fun initView() { |
|
|
|
private fun initView() { |
|
|
|
binding.recyclerView.setEdgeEffectColor(primaryColor) |
|
|
|
binding.recyclerView.setEdgeEffectColor(primaryColor) |
|
|
|
binding.recyclerView.adapter = adapter |
|
|
|
binding.recyclerView.adapter = adapter |
|
|
|
binding.composeView.setContent { |
|
|
|
// binding.composeView.setContent { |
|
|
|
|
|
|
|
// AppTheme { |
|
|
|
} |
|
|
|
// UrlOptionDialog { |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// } |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private fun upRecyclerView(source: RssSource? = viewModel.rssSource) { |
|
|
|
private fun upRecyclerView(source: RssSource? = viewModel.rssSource) { |
|
|
|