fix(player): 3-dot menu - #17565
Conversation
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/34094829705/artifacts/10008539515 |
daniele-verducci
left a comment
There was a problem hiding this comment.
Nice! Tested and working for me (the only item I couldn't test in the menu is the Stream with..., I think I need a DLNA TV to test it).
|
/backport to stable-35.0.x |
|
The backport to # Switch to the target branch and update it
git checkout stable-35.0.x
git pull origin stable-35.0.x
# Create the new backport branch
git checkout -b backport/17565/stable-35.0.x
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick ca514a8a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/17565/stable-35.0.xError: Failed to check for changes with origin/stable-35.0.x: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable-35.0.x |
Changes