Skip to content

Commit

Permalink
fix: remove lifecycle listener after component unmount (#3489)
Browse files Browse the repository at this point in the history
- fix issue #3488
  • Loading branch information
YangJonghun authored Jan 20, 2024
1 parent e1899cf commit 3858a15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ public void onHostDestroy() {

public void cleanUpResources() {
stopPlayback();
themedReactContext.removeLifecycleEventListener(this);
}

//BandwidthMeter.EventListener implementation
Expand Down

0 comments on commit 3858a15

Please sign in to comment.