fix: authwebview

This commit is contained in:
Christian Pauly 2021-01-16 15:13:29 +01:00
commit 327caf3df0
5 changed files with 10 additions and 34 deletions

View file

@ -135,6 +135,7 @@ class HomeserverPicker extends StatelessWidget {
children: [
if (AppConfig.allowOtherHomeservers)
FlatButton(
padding: EdgeInsets.all(8),
child: Text(
L10n.of(context).changeTheHomeserver,
style: TextStyle(
@ -146,6 +147,7 @@ class HomeserverPicker extends StatelessWidget {
onPressed: () => _setHomeserverAction(context),
),
FlatButton(
padding: EdgeInsets.all(8),
child: Text(
L10n.of(context).privacy,
style: TextStyle(