Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-efremov committed Oct 22, 2024
1 parent 893084b commit 3c83e74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fun coreStorageModule(storagePrefix: String = String.Empty, bundleId: String) =
schema = AndroidCoreDatabase.Schema,
context = androidContext(),
name = get<DatabaseConfig>().ANDROID_CORE_DB_NAME,
factory = getSupportFactory(androidContext(), get(named(AndroidBuildVariantDITags.DB_PASSPHRASE)), null, false) //todo: create a separate DB_PASSHPHRASE
factory = getSupportFactory(androidContext(), callback: get(named(AndroidBuildVariantDITags.DB_PASSPHRASE))) //todo: create a separate DB_PASSHPHRASE
)
}
}
Expand Down

0 comments on commit 3c83e74

Please sign in to comment.