fix(oc-file-list): favorite refresh#17018
Conversation
|
APK file: https://github.com/nextcloud/android/actions/runs/25559740377/artifacts/6880995596 |
|
APK file: https://github.com/nextcloud/android/actions/runs/25653918509/artifacts/6911735288 |
|
APK file: https://github.com/nextcloud/android/actions/runs/25654665919/artifacts/6912038872 |
|
APK file: https://github.com/nextcloud/android/actions/runs/25655225768/artifacts/6912228446 |
|
APK file: https://github.com/nextcloud/android/actions/runs/25656505266/artifacts/6912778994 |
|
/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 ?
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>
769f480 to
a8abad5
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/25657105166/artifacts/6913299680 |
Issue
Duplicated items is displayed after rename favorite file
Steps to reproduce
Changes