mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-07-01 22:23:29 +00:00
Continue to fix deprecation warnings
This commit is contained in:
@ -127,7 +127,7 @@ class _LoginRouteState extends State<LoginRoute> {
|
||||
padding: EdgeInsets.all(8.0),
|
||||
child: _loading
|
||||
? CircularProgressIndicator()
|
||||
: RaisedButton(
|
||||
: ElevatedButton(
|
||||
child: Text(tr("Sign in")),
|
||||
onPressed: valid ? () => _submitForm(context) : null,
|
||||
),
|
||||
|
Reference in New Issue
Block a user