Skip to content

VibeTube v1.9.1 — Mini Player Pause/Resume Fix

Choose a tag to compare

@Code-Stride Code-Stride released this 01 Aug 17:03
· 9 commits to main since this release

Fix: Mini Player start-stop bug

Same audio focus race condition as full player — fixed in MiniPlayerController.

  • _requestingFocus guard on _onShouldPause, _onBecomingNoisy
  • _lastPlayTime timestamp — ignore interrupts for 1s after play
  • Guard on togglePlay(), play(), _onMediaPause()

Now pause → resume works from:

  • Mini player play/pause button ✅
  • Lock screen controls ✅
  • Notification controls ✅

Version: 1.9.1+22

Full Changelog: v1.9.0...v1.9.1