Skip to content

Commit

Permalink
fix(storage): Automatically create localanime and fonts directori…
Browse files Browse the repository at this point in the history
…es (#1275)
  • Loading branch information
abdallahmehiz authored Jan 13, 2024
1 parent a009b7e commit f72e3c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ class StorageManager(
baseDir?.let { parent ->
parent.createDirectory(AUTOMATIC_BACKUPS_PATH)
parent.createDirectory(LOCAL_SOURCE_PATH)
parent.createDirectory(LOCAL_ANIMESOURCE_PATH)
parent.createDirectory(DOWNLOADS_PATH).also {
DiskUtil.createNoMediaFile(it, context)
}
parent.createDirectory(FONTS_PATH)
}
_changes.send(Unit)
}
Expand Down

0 comments on commit f72e3c4

Please sign in to comment.