We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b83087 commit 7853359Copy full SHA for 7853359
core/src/androidMain/kotlin/com/powersync/DatabaseDriverFactory.android.kt
@@ -23,7 +23,6 @@ public actual class DatabaseDriverFactory(
23
if (dbDirectory != null) {
24
"$dbDirectory/$dbFilename"
25
} else {
26
- // TODO verify compatibility with previous implementation
27
context.getDatabasePath(dbFilename)
28
}
29
0 commit comments