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
note that the beeminder today widget is shown in compact mode (just one goal) and does not offer the option to expand (for up to three goals)
Expected
given an account with more than one goal, the today widget should offer an expanded view allowing for displaying up to three goals at a time
Actual
today widget displayed only one goal with no option to expand it to display more
notes
Looking over the code, it seems a quick fix might be as easy as moving setting widgetLargestAvailableDisplayMode to after having obtained the goalDictionaries (via updateDataSource)
steps to reproduce
Expected
given an account with more than one goal, the today widget should offer an expanded view allowing for displaying up to three goals at a time
Actual
today widget displayed only one goal with no option to expand it to display more
notes
Looking over the code, it seems a quick fix might be as easy as moving setting
widgetLargestAvailableDisplayMode
to after having obtained thegoalDictionaries
(via updateDataSource)hardware / software
recent master branch (Commit d7c6872)
Simulator, iOS 13.5 / iPhone 11 Pro
The text was updated successfully, but these errors were encountered: