Merge pull request #259 from JF002/fix-music-app2

Fix music app
This commit is contained in:
JF002
2021-04-09 20:44:02 +02:00
committed by GitHub
4 changed files with 17 additions and 13 deletions

View File

@@ -76,7 +76,7 @@ namespace Pinetime {
/** Last length */
int lastLength;
/** Last time an animation update or timer was incremented */
TickType_t lastIncrement;
TickType_t lastIncrement = 0;
bool playing;