mcd-3 / cubed-game-collector

An app made to keep track of Nintendo Gamecube games, consoles, and accessories!
MIT License
1 stars 0 forks source link

Images are not deleted in internal storage #39

Closed mcd-3 closed 4 years ago

mcd-3 commented 4 years ago

When you delete a game, console, or accessory, the image is NOT being deleted (Samsung S9). This is causing massive app overhead as the app can take up to 100+ mb of storage just with unused saved images.

mcd-3 commented 4 years ago

Fixed! Images are deleted in the repositories when a delete() function is called. Note: If you are updating an image, this is done in the ViewModel