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