mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-08 18:18:52 -06:00
Finish Kotlin implementation of IosCanvas
This commit is contained in:
@@ -30,7 +30,7 @@ import UIKit
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
|
||||
|
||||
backend = Backend(databaseName: "uhabits.db",
|
||||
databaseOpener: IosDatabaseOpener(withLog: log),
|
||||
databaseOpener: IosDatabaseOpener(),
|
||||
fileOpener: IosFileOpener(),
|
||||
localeHelper: IosLocaleHelper(log: log),
|
||||
log: log,
|
||||
|
||||
Reference in New Issue
Block a user