portable service: fix clean shared memory, at_exit not called at flutter
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
0199770454
commit
f986236a61
3 changed files with 15 additions and 3 deletions
|
|
@ -90,6 +90,9 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||
Get.forceAppUpdate();
|
||||
}
|
||||
isWindowMinisized = false;
|
||||
} else if (eventName == 'close') {
|
||||
// called more then one time
|
||||
bind.mainOnMainWindowClose();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue