oryanm / TrelloWidget

Android widget for Trello's lists
MIT License
60 stars 24 forks source link

Fix card title can't open Trello app #45

Closed MatHazak closed 4 months ago

MatHazak commented 4 months ago

When I checked the commit history, I found that #44 occurs after 74c94054658f08c998d37b56072c40007bd4d027. The issue was around FLAG_IMMUTABLE. Since the intent is updated later in RemoteViewsFactory.setOnClickFillInIntent, this pending intent should be MUTABLE.