tidev / titanium-sdk

🚀 Native iOS and Android Apps with JavaScript
https://titaniumsdk.com/
Other
2.76k stars 1.21k forks source link

fix(ios): pause returns false #14114

Closed AbdullahFaqeir closed 2 months ago

AbdullahFaqeir commented 2 months ago

#

Both conditions that the assignment of pause status are somehow logically impossible to happen.

  1. it can be triggered at anytime during playing the track.
  2. The old status could be playing or something else other than only stopped.
hansemannn commented 2 months ago

Excellent catch, thank you! Taking it into 12.5.0 already :)