Update track progress in MusicService. Fix #127

This commit is contained in:
Riku Isokoski
2022-03-28 17:00:23 +03:00
parent f82aa71eb0
commit 34858d0a6c
4 changed files with 27 additions and 28 deletions

View File

@@ -70,10 +70,8 @@ namespace Pinetime {
/** Total length in seconds */
int totalLength = 0;
/** Current length in seconds */
int currentLength;
/** Last length */
int lastLength;
/** Current position in seconds */
int currentPosition;
/** Last time an animation update or timer was incremented */
TickType_t lastIncrement = 0;