Fix: Crash on serializing the moved class DownloadState

This commit is contained in:
machiav3lli
2025-02-14 19:00:37 +01:00
parent 8d7eac8f8c
commit 89ac2abb35

View File

@ -390,6 +390,7 @@ abstract class DatabaseX : RoomDatabase() {
getProductDao().emptyTable()
getCategoryDao().emptyTable()
getReleaseDao().emptyTable()
getDownloadedDao().emptyTable()
getRepositoryDao().forgetLastModifications()
}
}