Do not delete downloaded tracks on log out.

Downloaded tracks can be quite precious when you have lots of them (as
redownloading all of them can be costly in terms of time and money).
This prevents downloaded tracks from being deleted along with your
session.

This must be included in 0.21, so we can safely implement Funkwhale's
new authentication mechanism in 0.22.
This commit is contained in:
Antoine POPINEAU 2020-08-08 14:58:50 +02:00
parent d76f76a222
commit 002ebec7ce
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ class Otter : Application() {
}
cacheDir.resolve("picasso-cache").deleteRecursively()
exoDownloadManager.removeAllDownloads()
}
inner class CrashReportHandler : Thread.UncaughtExceptionHandler {