You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If user devices have lots of files in storage, our scanning takes time to list the ZIM file on the library screen. If the user selects the ZIM file via file picker then also it is not showing in the library screen because it does not remember the opened file via file picker (All the other actions are working fine e.g. opening this file from bookmark, history etc).
Only scanning is responsible for showing the ZIM files on the library screen.
A user is experiencing this issue on his device see #3646 for more details.
Expected behavior
If a user selects the ZIM file via file picker it should remember that file and should be listed on the local library screen since our app already knows this file exists in the file system.
Environment
Version of Kiwix Android : 3.9.1
Device : Any device.
OS version : Any android version.
The text was updated successfully, but these errors were encountered:
@MohitMaliFtechiz You misunderstand the problem and makes link between things which are unrelated. If the app knows about a ZIM file (which is the case here because file is open via filepicker) then it has to be remembered in local library.... this whatever the scanning does or doesn't do. This is why this us a bug.
@MohitMaliFtechiz Its obvious and is probably already handled, but duplicated entries in local library... in any cases. Shoild be anyway trivial to implement.
@kelson42 We have placed a fix for it in #3652. To slow down the scanning progress i have created 20K dummy files in my device, for proper testing of this scenario, everything working fine. I have put a video on the PR description.
Describe the bug
If user devices have lots of files in storage, our scanning takes time to list the ZIM file on the library screen. If the user selects the ZIM file via file picker then also it is not showing in the library screen because it does not remember the opened file via file picker (All the other actions are working fine e.g. opening this file from bookmark, history etc).
Only scanning is responsible for showing the ZIM files on the library screen.
A user is experiencing this issue on his device see #3646 for more details.
Expected behavior
If a user selects the ZIM file via file picker it should remember that file and should be listed on the local library screen since our app already knows this file exists in the file system.
Environment
The text was updated successfully, but these errors were encountered: