Skip to content

Commit bc6caf9

Browse files
BrayanDSOdavid-allison
authored andcommitted
Default path to a files/ subfolder
1 parent 4cb853c commit bc6caf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AnkiDroid/src/main/java/com/ichi2/anki/CollectionHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ open class CollectionHelper {
453453
@CheckResult
454454
fun getDefaultAnkiDroidDirectory(context: Context): String {
455455
return if (!BuildConfig.LEGACY_STORAGE) {
456-
getAppSpecificExternalAnkiDroidDirectory(context)
456+
File(getAppSpecificExternalAnkiDroidDirectory(context), "AnkiDroid").absolutePath
457457
} else {
458458
legacyAnkiDroidDirectory
459459
}

0 commit comments

Comments
 (0)