mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Fix: Remove resolution scope from unstoppable domains plugin (#1604)
This commit is contained in:
parent
4b69277858
commit
4e7e00b975
1 changed files with 1 additions and 5 deletions
|
@ -3,11 +3,7 @@ import Flutter
|
||||||
import workmanager
|
import workmanager
|
||||||
|
|
||||||
@UIApplicationMain
|
@UIApplicationMain
|
||||||
@objc class AppDelegate: FlutterAppDelegate {
|
@objc class AppDelegate: FlutterAppDelegate {
|
||||||
lazy var resolution : Resolution? = {
|
|
||||||
return try? Resolution()
|
|
||||||
}()
|
|
||||||
|
|
||||||
override func application(
|
override func application(
|
||||||
_ application: UIApplication,
|
_ application: UIApplication,
|
||||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue