mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-19 01:29:42 +02:00
Move automatic backups from /backup/automatic to /autobackup
Removes the need to try to create child folders, which simplifies things.
This commit is contained in:
@@ -93,7 +93,6 @@ class BackupCreator(
|
||||
if (isAutoBackup) {
|
||||
// Get dir of file and create
|
||||
val dir = UniFile.fromUri(context, uri)
|
||||
.createDirectory("automatic")
|
||||
|
||||
// Delete older backups
|
||||
dir.listFiles { _, filename -> Backup.filenameRegex.matches(filename) }
|
||||
|
Reference in New Issue
Block a user