Merge pull request #40 from garfiec/fix/camera-photos-sweep
fix(data): sweep camera_photos cache dir on logout
This commit is contained in:
commit
4814f8a5b5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import co.touchlab.kermit.Logger
|
||||||
/**
|
/**
|
||||||
* Subdirectories under the platform cache root that are cleared on logout.
|
* Subdirectories under the platform cache root that are cleared on logout.
|
||||||
*/
|
*/
|
||||||
internal val CACHE_SUBDIRECTORIES = listOf("image_cache", "artifacts", "shared_images")
|
internal val CACHE_SUBDIRECTORIES = listOf("image_cache", "artifacts", "shared_images", "camera_photos")
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deletes a directory and all its contents at the given [path].
|
* Deletes a directory and all its contents at the given [path].
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue