Conversation
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/16672.apk |
| val nextcloudClient = clientFactory.createNextcloudClient(currentAccountProvider.user) | ||
| val createResult = CreateTagRemoteOperation(name).execute(nextcloudClient) | ||
|
|
||
| if (createResult.isSuccess) { |
There was a problem hiding this comment.
Apply fail fast princible instead of nested ifs.
| .show(fragmentManager, "actions"); | ||
| } | ||
|
|
||
| private void refreshTagChips(Context context) { |
There was a problem hiding this comment.
FileDetailFragment already 900+ lines of code. Let's not make it more harder to maintain. Please create a new Kotlin class and pass reference and handle the refresh tag chips there.
1414f8e to
bf31347
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/24389201000/artifacts/6423672148 |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
|
APK file: https://github.com/nextcloud/android/actions/runs/24439364984/artifacts/6444218935 |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |

Disclaimer: Claude AI