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