We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af942d2 + 6947ef2 commit 03d01d8Copy full SHA for 03d01d8
webf/example/macos/Runner/AppDelegate.swift
@@ -1,7 +1,7 @@
1
import Cocoa
2
import FlutterMacOS
3
4
-@NSApplicationMain
+@main
5
class AppDelegate: FlutterAppDelegate {
6
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
7
return true
webf/lib/src/launcher/controller.dart
@@ -852,6 +852,9 @@ class WebFViewController implements WidgetsBindingObserver {
852
@override
853
void handleUpdateBackGestureProgress(backEvent) {
854
}
855
+
856
+ @override
857
+ void didChangeViewFocus(event) {}
858
859
860
// An controller designed to control kraken's functional modules.
0 commit comments