Show correct language string in browse screens (#8136)
This commit is contained in:
@@ -161,7 +161,7 @@ private fun SourceItem(
|
||||
source = source,
|
||||
onClickItem = { onClickItem(source, GetRemoteManga.QUERY_POPULAR) },
|
||||
onLongClickItem = { onLongClickItem(source) },
|
||||
action = { source ->
|
||||
action = {
|
||||
if (source.supportsLatest) {
|
||||
TextButton(onClick = { onClickItem(source, GetRemoteManga.QUERY_LATEST) }) {
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user