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

Commit a1c199d1 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "Update mStandby flag in RecordThread" into main am: 20e74209

parents eff10c0b 20e74209
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8566,6 +8566,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