mirror of
https://github.com/NeoApplications/Neo-Store.git
synced 2025-03-14 10:17:08 +00:00
Fix: Crash on serializing the moved class DownloadState
This commit is contained in:
@ -390,6 +390,7 @@ abstract class DatabaseX : RoomDatabase() {
|
||||
getProductDao().emptyTable()
|
||||
getCategoryDao().emptyTable()
|
||||
getReleaseDao().emptyTable()
|
||||
getDownloadedDao().emptyTable()
|
||||
getRepositoryDao().forgetLastModifications()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user