OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

AppDelegate: remove remote transport controls when closing miniplayer #404

Closed ktprograms closed 1 year ago

ktprograms commented 1 year ago

When replacing the currently playing claim, the miniplayer gets closed, then remote transport controls get added, but the previous ones aren't removed, so togglePlayPause gets called multiple times, causing the player to not play/pause but instead quickly play and pause.

Fix: #400