fix(oc-file-list): favorite refresh#17018
Conversation
|
/backport to stable-33.1.x |
| } | ||
|
|
||
| val file = storageManager.getFileById(renamedFile.parentId) | ||
| if (file != null && file == getCurrentDir()) { |
There was a problem hiding this comment.
if (file != null && file == getCurrentDir()) {
Is there any reason to use this condition here @tobiasKaminsky ?
769f480 to
a8abad5
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/25664115298/artifacts/6916208022 |
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
…ate item Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
…task Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
35b9cdd to
cc97f6b
Compare
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
|
APK file: https://github.com/nextcloud/android/actions/runs/25673926941/artifacts/6920944020 |
Issue
Duplicated items is displayed after rename favorite file
Steps to reproduce
Changes