mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 18:37:00 +01:00
d66d9d32a4
Previous code would prune any cached media every time `MainActivity` was created, causing extra IO just as the user is trying to use the app. Re-implement as a WorkManager worker so it can run when the device is idle, without interfering with the responsiveness of the device.