Finish Kotlin implementation of IosCanvas

This commit is contained in:
2019-08-12 06:01:32 -05:00
parent 74475bd191
commit 563aa8b7b4
8 changed files with 109 additions and 274 deletions

View File

@@ -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,