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(
|
||||
context: context,
|
||||
child: finishedPracticeDialog()
|
||||
builder: (context) => finishedPracticeDialog()
|
||||
).then((val) {
|
||||
Navigator.pop(context);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue