Skip to content

Commit

Permalink
Call missing destroy for PresentationModeManager
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhaevre committed Dec 19, 2024
1 parent c174da1 commit 983395c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/THEOplayerRCTView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public class THEOplayerRCTView: UIView {
self.nowPlayingManager.destroy()
self.remoteCommandsManager.destroy()
self.pipControlsManager.destroy()
self.presentationModeManager.destroy()
self.backgroundAudioManager.destroy()

self.destroyBackgroundAudio()
Expand Down

0 comments on commit 983395c

Please sign in to comment.