修改BUG
This commit is contained in:
parent
dcc03e9070
commit
165e59d5fe
|
|
@ -526,7 +526,7 @@ class AppUpgradeSimple {
|
||||||
} else {
|
} else {
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(
|
SnackBar(
|
||||||
content: Text('这是一个SnackBar提示'),
|
content: Text(message),
|
||||||
duration: Duration(seconds: 2),
|
duration: Duration(seconds: 2),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue