olofumark
Results
3
comments of
olofumark
Following up here from #114779 for further resolution.
Hi, Any chance this will be fixed in 3.3.9? that would be absolutely lovely.
The suggested workaround doesn't seem to work for me. please here is my code: ` return WillPopScope( onWillPop: () { setState(() { _closing = true; }); Future.delayed(Duration(seconds: 1), (){ Navigator.pop(context);...