Optimization step 3 - Fix vanishing images
Open
enhancement
performance 🚀
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
See this issues https://github.com/nextcloud/android/pull/5150 when getFileByPath(updatedFile.getRemotePath()) is removed in RefreshFolderOperation
For improve is this check https://github.com/nextcloud/android/pull/4647
(It is discussed in https://github.com/nextcloud/android/issues/5086)
I haven't found an optimization solution for this case. 😞
Benchmark
**But if we remove it**
Insert (first download):
**1** seconds.
Update (refresh):
**5** seconds
Contributor guide
Assessment
This issue has not been assessed yet.