-
Notifications
You must be signed in to change notification settings - Fork 10
Goal screen only updates input types at screen load #610
Description
Some elements of the UI are shown based on attributes of the goal. These include the data input area, the text for the pull to refresh hint, and the timer button.
The graph, safesum, and recent datapoints can all be updated in place while at the screen (for example upon pull to refresh). The other elements however remain as they were for the goal as it was at screen load and not necessarily for as the goal is at latest fetch.
While at the screen, a goal's input source (api or not, healthkit or not) could have been changed. Also, the goal's name could also have been changed. This however results in the goal no longer being fetchable while still at the same goal screen.
Workaround: exit the goal screen (return to gallery) and reopen the goal.
versions
App: 6.8 (58)