fixed some breaking changes switching flutter version
This commit is contained in:
parent
0526755d2f
commit
06ac7e5cef
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class PracticePageState extends State<PracticePage> {
|
||||||
|
|
||||||
showDialog(
|
showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
child: finishedPracticeDialog()
|
builder: (context) => finishedPracticeDialog()
|
||||||
).then((val) {
|
).then((val) {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue