Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventType.WindowDestroy returned data is null #16

Open
psovit opened this issue Dec 21, 2022 · 0 comments
Open

EventType.WindowDestroy returned data is null #16

psovit opened this issue Dec 21, 2022 · 0 comments

Comments

@psovit
Copy link
Contributor

psovit commented Dec 21, 2022

The WindowDestroy event which gets called when closing a window is not returning any value in the data i.e. forceClose value.

I am listening to the event in this manner:
_window?.on(EventType.WindowDestroy, (Window window, dynamic data)

The event call gets notified but data is empty.

Also seeing an error in the console:

W/FlutterJNI(17960): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. 
Could not send. Channel: im.zoe.labs/flutter_floatwing/window_msg. Response ID: 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant