updated new flutter version
This commit is contained in:
@@ -402,7 +402,7 @@ class MobileUserProfileState extends State<MobileUserProfile> {
|
||||
),
|
||||
),
|
||||
actions: <Widget>[
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: Text(
|
||||
S.of(context).cancel
|
||||
),
|
||||
@@ -410,7 +410,7 @@ class MobileUserProfileState extends State<MobileUserProfile> {
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
),
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: Text(
|
||||
S.of(context).submit_to_change,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user