fix: Fix hive type adapter for empty clases causing app to crash

This commit is contained in:
Anton Stubenbord
2023-10-06 21:37:24 +02:00
parent 5dcae3f0b3
commit 690e4558cb
13 changed files with 194 additions and 198 deletions

View File

@@ -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() {