Skip to content

Commit

Permalink
fix(android): exit fullscreen mode after finishing video playback (#3978
Browse files Browse the repository at this point in the history
)
  • Loading branch information
seyedmostafahasani authored Jul 15, 2024
1 parent 5abc223 commit 4b8d09e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1283,9 +1283,6 @@ private void stopPlayback() {
}

private void onStopPlayback() {
if (isFullscreen) {
setFullscreen(false);
}
audioManager.abandonAudioFocus(audioFocusChangeListener);
}

Expand Down

0 comments on commit 4b8d09e

Please sign in to comment.