mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Bug 1883420 - Global Automatic translation text should not be cut off
This commit is contained in:
parent
e18a08f88a
commit
146b63c137
@ -47,6 +47,7 @@ fun AutomaticTranslationOptionsPreference(
|
|||||||
item.summaryId.first(),
|
item.summaryId.first(),
|
||||||
stringResource(item.summaryId.last()),
|
stringResource(item.summaryId.last()),
|
||||||
),
|
),
|
||||||
|
maxDescriptionLines = Int.MAX_VALUE,
|
||||||
onClick = {
|
onClick = {
|
||||||
selected.value = item
|
selected.value = item
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user