bitsdojo_window
bitsdojo_window copied to clipboard
[macos] crash if app is restored from minimized state using appWindow.show()
Run app, minimize it using appWindow.minimize(), call appWindow.show()
Function void showWindow(NSWindow* window) will be called twice, first time from flutter UI, second time by NSApplicationMain after window appears on screen.
After second call of super.order(place, relativeTo: otherWin) in BitsdojoWindow.swift, *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '_keyUpMonitor was already created' will fire, as we call [FlutterViewController viewWillAppear] twice.
Thank you for reporting this. Will be fixed in the next release.
Hi, any progress on this? I also encountered this in system_tray 0.0.7.
waiting