Add a refresh button to Android's widget
Currently, the widget get automatically updated every X minutes. This causes the following bug:
Scenario:
1. See that the widget's tasks are up-to-date (hereinafter "first snapshot" of tasks).
2. Enter the app, and make a change (e.g. mark a task as completed).
3. Exit the app and review the widget.
Expected:
1. The updated list of tasks is being displayed.
Actual:
1. First Snapshot of tasks is still being diaplayed.
The way other companies solved such an issue, is to add a refresh button to the top row or the widget.

-
Anonymous commented
BTW, I saw such a suggestion from 2017, with 10 votes that was ignored by you and archived. So please add these votes to this one as well