fix: authwebview
This commit is contained in:
parent
90ac1b36ba
commit
327caf3df0
5 changed files with 10 additions and 34 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue