Added checks to see if the PDF exists in both of the Hive boxes.
If this is the case then both of them are edited and the PDF is then moved to a new location but if it is present only in the pdfs box then only that is edited and the PDF is moved to a new location.
Please let me know if any changes are required in this PR.
(All the changes are in the onTap method of IconButton (lines 587-696))
Fixes #240
Added checks to see if the PDF exists in both of the Hive boxes. If this is the case then both of them are edited and the PDF is then moved to a new location but if it is present only in the
pdfs
box then only that is edited and the PDF is moved to a new location.Please let me know if any changes are required in this PR.
(All the changes are in the onTap method of IconButton (lines 587-696))