mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 07:15:47 -06:00
feat: Replace flutter_pdfview with pdfx
This commit is contained in:
@@ -36,7 +36,10 @@ class DocumentPreview extends StatelessWidget {
|
||||
child: GestureDetector(
|
||||
behavior: HitTestBehavior.translucent,
|
||||
onTap: isClickable
|
||||
? () => DocumentPreviewRoute(id: documentId).push(context)
|
||||
? () => DocumentPreviewRoute(
|
||||
id: documentId,
|
||||
title: title,
|
||||
).push(context)
|
||||
: null,
|
||||
child: Builder(builder: (context) {
|
||||
if (enableHero) {
|
||||
|
||||
Reference in New Issue
Block a user