You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I added a widget to display list X to my start screen. When I click/tap on the list widget, I would expect the selected list to be opened. Instead the app is opened at the position where I left it.
Describe the solution you'd like
When I tap on the widget's list name, the list should be opened in the app. When I tap on an item, the item should be opened in the app.
Additional context
I use the current version from the Google App store.
The text was updated successfully, but these errors were encountered:
When I tap on an item, the item should be opened in the app.
This should™ already work (at least it worked when i just tested it on my device)
When I tap on the widget's list name, the list should be opened in the app.
This does not yet work, the current implementation simply opens the main activity (which will display the last viewed board / list).
We will need to pass the board and list IDs to the intent and evaluate them in the MainActivity to check whether we need to display a different board / list than the last saved. Probably debatable, but it is probably easier to remember the board / list as "new" saved board / list combination when provided...
Is your feature request related to a problem? Please describe.
I added a widget to display list X to my start screen. When I click/tap on the list widget, I would expect the selected list to be opened. Instead the app is opened at the position where I left it.
Describe the solution you'd like
When I tap on the widget's list name, the list should be opened in the app. When I tap on an item, the item should be opened in the app.
Additional context
I use the current version from the Google App store.
The text was updated successfully, but these errors were encountered: