We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23a3489 + 3d1b221 commit 6504da0Copy full SHA for 6504da0
1 file changed
source/PlayingPeriod.mc
@@ -30,6 +30,8 @@ class PlayingPeriod extends Period {
30
31
if (AppData.getSeparateActivities() && ! Tracker.isActiveSession()) {
32
Tracker.startTracking();
33
+ } else {
34
+ Tracker.unpauseTracking();
35
}
36
37
stoppageTime = 0;
0 commit comments