Skip to content

Commit

Permalink
mpv: save only onPause
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Feb 9, 2023
1 parent d5c9e0d commit 971b0f7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,6 @@ class MPVActivity : AppCompatActivity(), MPVLib.EventObserver {
override fun onDestroy() {
Log.v(TAG, "Exiting.")

saveProgress()

@Suppress("DEPRECATION")
audioManager.abandonAudioFocus(audioFocusChangeListener)

Expand Down

0 comments on commit 971b0f7

Please sign in to comment.