nextcloud / news-android

📱🗞️ Android client for the Nextcloud news/feed reader app
https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader
GNU Affero General Public License v3.0
699 stars 258 forks source link

Pending intent template needs to be mutable #1415

Closed Unpublished closed 7 months ago

Unpublished commented 7 months ago

Otherwise it cannot be updated with fill in data: https://github.com/nextcloud/news-android/blob/6b6528a2c76012e6f8d69357f7adb25f66ccd64c/News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/widget/WidgetNewsViewsFactory.java#L139-L147

Fixes #1035 Fixes #1355

David-Development commented 7 months ago

Great catch! Glad that you were able to identify the cause of this issue. Thank you @Unpublished!