mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
hide 'latest' when merging sources
(cherry picked from commit 40c1967f19d0db475acd04025989ded80571565d)
This commit is contained in:
@ -76,7 +76,7 @@ class SourceHolder(view: View, override val adapter: SourceAdapter, val showButt
|
||||
}
|
||||
|
||||
source_browse.setText(R.string.browse)
|
||||
if (source.supportsLatest) {
|
||||
if (source.supportsLatest && showButtons) {
|
||||
source_latest.visible()
|
||||
} else {
|
||||
source_latest.gone()
|
||||
|
Reference in New Issue
Block a user