Add symbol for offline available sheets
This commit is contained in:
@@ -98,6 +98,7 @@ class _SheetViewerPageState extends State<SheetViewerPage>
|
||||
// Native: use file cache
|
||||
final file = await widget.apiClient.getPdfFileCached(widget.sheet.uuid);
|
||||
_document = await PdfDocument.openFile(file.path);
|
||||
widget.sheet.availableOffline = true;
|
||||
}
|
||||
|
||||
setState(() {
|
||||
|
||||
Reference in New Issue
Block a user