mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 18:07:59 -06:00
fix: Fix hive type adapter for empty clases causing app to crash
This commit is contained in:
@@ -39,9 +39,9 @@ class HiveTypeIds {
|
||||
static const clientCertificate = 5;
|
||||
static const localUserCredentials = 6;
|
||||
static const localUserAccount = 7;
|
||||
static const localUserAppState = 8;
|
||||
static const viewType = 9;
|
||||
static const fileDownloadType = 10;
|
||||
static const localUserAppState = 8;
|
||||
}
|
||||
|
||||
void registerHiveAdapters() {
|
||||
|
||||
Reference in New Issue
Block a user