no message
This commit is contained in:
parent
b67c833f55
commit
a78c0fa910
|
|
@ -725,9 +725,9 @@ class _MarkingPapersState extends ConsumerState<DoPapers>
|
|||
// if (res != null && res) {
|
||||
// Navigator.of(context).pop(true);
|
||||
// }
|
||||
var isPortrait = MediaQuery.of(context).orientation == Orientation.portrait;
|
||||
|
||||
setTimeOut(200, () {
|
||||
var isPortrait = MediaQuery.of(context).orientation == Orientation.portrait;
|
||||
AwesomeDialog(
|
||||
context: context,
|
||||
dialogType: DialogType.info,
|
||||
|
|
|
|||
Loading…
Reference in New Issue