Compare commits
No commits in common. "6d9bcc9ba1f2efd47d8265a09d36abd8a45e0ef3" and "998d0459ad76d977fa78cda554c67e63a80c6179" have entirely different histories.
6d9bcc9ba1
...
998d0459ad
|
@ -1,5 +1,4 @@
|
|||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/* <sys/kern_control.h> */
|
||||
#define CTLIOCGINFO 0xc0644e03UL
|
||||
|
|
|
@ -39,7 +39,7 @@ class _FormPageState extends State<FormPage> {
|
|||
changed = widget.changed || changed;
|
||||
|
||||
return PopScope<Object?>(
|
||||
canPop: !changed,
|
||||
canPop: false,
|
||||
onPopInvokedWithResult: (bool didPop, Object? result) async {
|
||||
if (didPop) {
|
||||
return;
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
111MODULE = on
|
||||
export GO111MODULE
|
||||
|
||||
unexport SWIFT_DEBUG_INFORMATION_VERSION
|
||||
unexport SWIFT_DEBUG_INFORMATION_FORMAT
|
||||
|
||||
clean:
|
||||
rm -rf mobileNebula.aar MobileNebula.xcframework
|
||||
|
|
Loading…
Reference in New Issue