mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-14 20:12:25 -06:00
Feat: Update scanner persistence, more migrations and bugfixes
This commit is contained in:
@@ -160,11 +160,13 @@ class HomeShellWidget extends StatelessWidget {
|
||||
Hive.box<LocalUserAppState>(
|
||||
HiveBoxes.localUserAppState)
|
||||
.get(currentUserId)!,
|
||||
context.read(),
|
||||
)..initialize(),
|
||||
),
|
||||
Provider(
|
||||
create: (context) =>
|
||||
DocumentScannerCubit(context.read()),
|
||||
DocumentScannerCubit(context.read())
|
||||
..initialize(),
|
||||
),
|
||||
Provider(
|
||||
create: (context) {
|
||||
@@ -173,6 +175,7 @@ class HomeShellWidget extends StatelessWidget {
|
||||
context.read(),
|
||||
context.read(),
|
||||
context.read(),
|
||||
context.read(),
|
||||
);
|
||||
if (currentLocalUser
|
||||
.paperlessUser.canViewDocuments &&
|
||||
|
||||
Reference in New Issue
Block a user