Always start decoupled clock regardless of track source

This commit is contained in:
Dean Herbert 2021-09-09 22:04:00 +09:00
parent ba99a808af
commit 99b6f0352c
1 changed files with 1 additions and 2 deletions

View File

@ -90,8 +90,7 @@ public override void OnResuming(IScreen last)
protected override void StartTrack()
{
if (UsingThemedIntro)
decoupledClock.Start();
decoupledClock.Start();
}
private class TrianglesIntroSequence : CompositeDrawable