goto-dev-null / callisto-app

Callisto is a fan-made app for the content produced by Jupiter Broadcasting, a podcast network that delivers a variety of excellent shows with a thriving communtiy built around it.
Other
8 stars 3 forks source link

Playback resumes on phone call unnecessarily #45

Closed goto-dev-null closed 11 years ago

goto-dev-null commented 11 years ago

It's supposed to only resume if the app itself was the one that paused playback, i.e. it's enabled in the settings and the user did not manually pause before the phone call was received.

I had an issue with it randomly resuming playback after a phone call even when it was paused beforehand.

This happened to me during a break in my class. If it happened in the middle of a meeting for you I am so sorry.....

goto-dev-null commented 11 years ago

I believe this is fixed, as Callisto now keeps track of how the playback was paused via an enum. It only resumes for the certain conditions (Audio Jack unplugged, phone call) if it was what paused it.