wt1.1a fb ios dowgraded to flutter 1.7.5
This commit is contained in:
parent
65c9312f5d
commit
4d9f2e5152
@ -289,7 +289,7 @@ class _ExerciseNewPageState extends State<ExerciseNewPage> {
|
|||||||
showCupertinoDialog(
|
showCupertinoDialog(
|
||||||
useRootNavigator: true,
|
useRootNavigator: true,
|
||||||
context: context,
|
context: context,
|
||||||
barrierDismissible: false,
|
//barrierDismissible: false,
|
||||||
builder:(_) => CupertinoAlertDialog(
|
builder:(_) => CupertinoAlertDialog(
|
||||||
title: Text(AppLocalizations.of(context).translate("Do you save this exercise with these parameters?")),
|
title: Text(AppLocalizations.of(context).translate("Do you save this exercise with these parameters?")),
|
||||||
content: Column(
|
content: Column(
|
||||||
|
Loading…
Reference in New Issue
Block a user