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
|
@ -4,10 +4,6 @@ import workmanager
|
|||
|
||||
@UIApplicationMain
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
lazy var resolution : Resolution? = {
|
||||
return try? Resolution()
|
||||
}()
|
||||
|
||||
override func application(
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue