2
0
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:
iorgamgabriel 2024-03-06 16:36:14 +02:00 committed by mergify[bot]
parent e18a08f88a
commit 146b63c137

View File

@ -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
}, },