mirror of
https://github.com/jaysavsani07/math-metrix.git
synced 2025-08-06 15:11:40 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -42,7 +42,7 @@ class CommonGamePauseDialogView extends StatelessWidget {
|
||||
child: InkWell(
|
||||
borderRadius: BorderRadius.all(Radius.circular(16)),
|
||||
onTap: () {
|
||||
Navigator.pop(context);
|
||||
Navigator.pop(context, true);
|
||||
},
|
||||
child: SizedBox(
|
||||
height: 38,
|
||||
|
Reference in New Issue
Block a user