Fix duplicate language warning overflow
This commit is contained in:
parent
cc305e758c
commit
c4349babcf
1 changed files with 9 additions and 7 deletions
|
|
@ -192,13 +192,15 @@ class SettingsLearningView extends StatelessWidget {
|
|||
.colorScheme
|
||||
.error,
|
||||
),
|
||||
Text(
|
||||
L10n.of(context)
|
||||
.noIdenticalLanguages,
|
||||
style: TextStyle(
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.error,
|
||||
Flexible(
|
||||
child: Text(
|
||||
L10n.of(context)
|
||||
.noIdenticalLanguages,
|
||||
style: TextStyle(
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.error,
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue