mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 12:07:54 -06:00
feat: Fix documents not being displayed
This commit is contained in:
@@ -121,7 +121,7 @@ class _ScannerPageState extends State<ScannerPage>
|
||||
? () => Navigator.of(context).push(
|
||||
MaterialPageRoute(
|
||||
builder: (context) => DocumentView(
|
||||
documentBytes: _assembleFileBytes(
|
||||
bytes: _assembleFileBytes(
|
||||
state.scans,
|
||||
forcePdf: true,
|
||||
).then((file) => file.bytes),
|
||||
|
||||
Reference in New Issue
Block a user