Commit bba93d3
committed
Fix bug in PR 1045: load any activity from JSON.
The limit to explore-in-activity-mode was due to a misunderstanding from
the discussion of PR 1045.
Always load all the start data from the JSON. If it is an activity, the
extra data (eg. Weather) will be ignored, as the data from the activity
prevails. If it is explore (both) and data is missing, defaults will be
used.1 parent acd7144 commit bba93d3
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1389 | 1389 | | |
1390 | 1390 | | |
1391 | 1391 | | |
1392 | | - | |
| 1392 | + | |
1393 | 1393 | | |
1394 | | - | |
1395 | | - | |
| 1394 | + | |
1396 | 1395 | | |
1397 | 1396 | | |
1398 | 1397 | | |
| |||
0 commit comments