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
Set as av. offline any file that is inside other folder (recursive)
Long press over the container folder
Select Remove
Select Local Only
Actual behaviour
The local copy(s) of the av. offline file(s) are removed from internal storage. Recovered when browsing or when the av. offline worker runs
Expected behaviour
Local copies of av. offline files should be never removed. Available offline means "downloaded + synced", so, we can not get rid of local copies because a lack of connection before a sync could lead users to a non-reachable status, breaking the av. offline condition.
After developing a solution for #3936, the option Local Only is only displayed in case of folders, if any file inside is downloaded. An extra condition should be added, so that, this is the new expected result:
Local only displayed:
For files: When downloaded but not available offline (already done) ✅
For folders: When contain downloaded files that are not av. offline
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Remove
Local Only
Actual behaviour
The local copy(s) of the av. offline file(s) are removed from internal storage. Recovered when browsing or when the av. offline worker runs
Expected behaviour
Local copies of av. offline files should be never removed. Available offline means "downloaded + synced", so, we can not get rid of local copies because a lack of connection before a sync could lead users to a non-reachable status, breaking the av. offline condition.
After developing a solution for #3936, the option
Local Only
is only displayed in case of folders, if any file inside is downloaded. An extra condition should be added, so that, this is the new expected result:Local only
displayed:The text was updated successfully, but these errors were encountered: