mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 09:17:35 +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
|
||||
|
||||
@UIApplicationMain
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
lazy var resolution : Resolution? = {
|
||||
return try? Resolution()
|
||||
}()
|
||||
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
override func application(
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
|
|
Loading…
Reference in a new issue