ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Same hash for empty files #113

Closed mdrlzy closed 2 years ago

mdrlzy commented 2 years ago

Zero byte files with different names generate a hash equal to 0. Only the last indexed zero byte file is displayed in the selection.

kirillt commented 2 years ago

That's correct since we use content-addressing, empty resources are all the same, path doesn't matter.