Skip to content

fix: Tapping an item in list widget should open the tapped note - #3312

Open
nkming2 wants to merge 1 commit into
nextcloud:mainfrom
nkming2:fix-list-widget-open-note
Open

fix: Tapping an item in list widget should open the tapped note#3312
nkming2 wants to merge 1 commit into
nextcloud:mainfrom
nkming2:fix-list-widget-open-note

Conversation

@nkming2

@nkming2 nkming2 commented Aug 15, 2026

Copy link
Copy Markdown

Currently when tapping an item in the list widget, the app will open an empty note instead of the tapped note. This has been reported in multiple issues like: #3168 #2790

The reason behind this is that the pending intent template is marked as immutable. This make it impossible for the system to fill in the data later. It will then open an empty note as the note id is passed to the editor as empty.

This PR added the mutable flag to the pending intent.

🖼️ Screenshots

🏚️ Before 🏡 After
B A

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not needed
  • 🔙 Backport requests are created or not needed: /backport to stable-xx.x
  • 📅 Milestone is set
  • 🌸 PR title is meaningful (if it should be in the changelog: is it meaningful to users?)

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Marking the pending intent as immutable will prevent the system to fill in the data later. It will then open an empty note as the note id is empty
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant