smaranjitghose / DocLense

An open-source document scanner!
https://doclense.vercel.app/
Creative Commons Zero v1.0 Universal
147 stars 130 forks source link

Integrated starring feature with changing directory feature #241

Closed Saransh-cpp closed 3 years ago

Saransh-cpp commented 3 years ago

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))