Bug 1883420 - Global Automatic translation text should not be cut off

fenix/125.0
iorgamgabriel 2 months ago committed by mergify[bot]
parent e18a08f88a
commit 146b63c137

@ -47,6 +47,7 @@ fun AutomaticTranslationOptionsPreference(
item.summaryId.first(),
stringResource(item.summaryId.last()),
),
maxDescriptionLines = Int.MAX_VALUE,
onClick = {
selected.value = item
},

Loading…
Cancel
Save