mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 16:07:58 -06:00
FEATURE move button to the scanner page
This commit is contained in:
@@ -117,7 +117,7 @@ class HomeRoute extends StatelessWidget {
|
||||
.get(currentLocalUserId)!,
|
||||
)..reload(),
|
||||
),
|
||||
Provider(create: (context) => DocumentScannerCubit()),
|
||||
Provider(create: (context) => DocumentScannerCubit(context.read())),
|
||||
ProxyProvider4<PaperlessDocumentsApi, PaperlessServerStatsApi, LabelRepository,
|
||||
DocumentChangedNotifier, InboxCubit>(
|
||||
update: (context, docApi, statsApi, labelRepo, notifier, previous) =>
|
||||
|
||||
Reference in New Issue
Block a user