Skip to content

Commit

Permalink
Clear the paused effects when subscribing with intent to ignore pause…
Browse files Browse the repository at this point in the history
…d effects
  • Loading branch information
milchopenchev committed Nov 29, 2023
1 parent bf36258 commit 5af6d08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public void setObserverIgnoringPausedEffects(
synchronized (lock) {
setObserver(owner, liveEffectsObserver, null);
ignoreBackgroundEffects = true;
pausedEffectsQueue.clear();
}
}

Expand Down

0 comments on commit 5af6d08

Please sign in to comment.