Commit 42e91c1
authored
Update CHANGELOG.md
SATURDAY 06 June 2026 - v0.8.00028-Alpha
• Created NightscoutLiveScreensaver.xml that simply extends NightscoutLive, to allievate screensaver's RunScreenSaver() calls runLive(true), which calls screen.CreateScene("NightscoutLive") — but Roku is returning the existing app's NightscoutLive scene instead of creating a new one, because the same scene is already loaded.
• In main.brs runLive(), changed screen.CreateScene("NightscoutLive") to if isScreensaver screen.CreateScene("NightscoutLiveScreensaver") else screen.CreateScene("NightscoutLive") end if... all for the same reasons as above.1 parent 96470ef commit 42e91c1
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
0 commit comments