Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20e74209 authored by Andy Hung's avatar Andy Hung Committed by Gerrit Code Review
Browse files

Merge "Update mStandby flag in RecordThread" into main

parents f1c219d3 f6a71618
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8457,6 +8457,10 @@ reacquire_wakelock:

            timestampCorrectionEnabled = isTimestampCorrectionEnabled_l();
            lockEffectChains_l(effectChains);
            // We're exiting locked scope with non empty activeTracks, make sure
            // that we're not in standby mode which we could have entered if some
            // tracks were muted/unmuted.
            mStandby = false;
        }

        // thread mutex is now unlocked, mActiveTracks unknown, activeTracks.size() > 0