-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Checklist
- I can reproduce the bug with the latest version given here.
- I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- This issue contains only one bug.
- I have read and understood the contribution guidelines.
Affected app version
1.5.0
Affected Android/Custom ROM version
Android 16
Affected device model
Samsung Galaxy S25
How did you install the app?
GitHub releases
Steps to reproduce the bug
- Create an empty folder with the app
- Go into that new folder
- Create an empty folder in it
- Go back
- Open the properties for the folder of step 1
Now it displays:
Direct children count: 1
Total files count: 1
I don't think it should count that folder inside the folder as file at all.
This issue also applies to folders that contain other files and it seems to count each folder as file too.
"Files by Google" don't have this issue and returns the correct values for folder and file count.
Another example:
I have a folder with 6 visible items and one hidden folder (.thumbnails) which contains 8 files.
With "Temporarly show hidden" on:
Main shows 7 items
Properties:
Direct children count: 7 (6 files + 1 folder, this is fine, because 7 visible direct items)
Total files count: 15 (Seems to count 6 direct files + 8 files in thumbnails + 1 thumbnails folder)
Expected behavior
Correct count for the files.
Actual behavior
Files counter is, which might be related that folders are seen as files too.
Screenshots/Screen recordings
No response
Additional information
No response