Fix code formatting
This commit is contained in:
parent
3b42992fa2
commit
f219a69285
|
@ -152,7 +152,9 @@ class _HomeserverPickerState extends State<HomeserverPicker> {
|
||||||
borderRadius: BorderRadius.circular(6),
|
borderRadius: BorderRadius.circular(6),
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
(_isMXID ? L10n.of(context).login.toUpperCase() : L10n.of(context).connect.toUpperCase()),
|
(_isMXID
|
||||||
|
? L10n.of(context).login.toUpperCase()
|
||||||
|
: L10n.of(context).connect.toUpperCase()),
|
||||||
style: TextStyle(color: Colors.white, fontSize: 16),
|
style: TextStyle(color: Colors.white, fontSize: 16),
|
||||||
),
|
),
|
||||||
onPressed: () =>
|
onPressed: () =>
|
||||||
|
|
Loading…
Reference in a new issue