This commit is contained in:
kunfei
2023-02-22 17:01:33 +08:00
parent 89447240ec
commit 660466ee88
2 changed files with 3 additions and 3 deletions
@@ -166,11 +166,10 @@ class BookSourceEditActivity :
setText(R.string.source_tab_content)
})
if (BuildConfig.DEBUG) {
binding.cbIsEnableReview.visible()
binding.tabLayout.addTab(binding.tabLayout.newTab().apply {
setText(R.string.review)
})
} else {
binding.cbIsEnableReview.gone()
}
binding.recyclerView.setEdgeEffectColor(primaryColor)
binding.recyclerView.layoutManager = LinearLayoutManager(this)