Skip to content

Fix background seek on iOS. #172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2020

Conversation

addie9000
Copy link
Contributor

Fixed iOS background seek.
onSeekTo treat the position as 64-bit integer milliseconds.
However iOS code send it as TimeInterval(Double) seconds.

@ryanheise
Copy link
Owner

Looks good to me, much appreciated.

@addie9000
Copy link
Contributor Author

@ryanheise
Close instead of merge...? 😢

@ryanheise ryanheise reopened this Feb 7, 2020
@ryanheise
Copy link
Owner

Oops, just noticed.

@ryanheise ryanheise merged commit a9a8617 into ryanheise:master Feb 7, 2020
iamgoddog added a commit to iamgoddog/audio_service that referenced this pull request Apr 13, 2020
* master:
  Version 0.6.2
  Fix onAddQueueItemAt invokeMethod in AudioServicePlugin.java (ryanheise#192)
  Fix bug with FlutterIsolate (ryanheise#188)
  Account for playback speed in current position (ryanheise#184)
  Fix background seek on iOS. (ryanheise#172)
  Version 6.0.1
  Handle focus request failure more gracefully

# Conflicts:
#	android/src/main/java/com/ryanheise/audioservice/AudioServicePlugin.java
#	ios/Classes/AudioServicePlugin.m
#	lib/audio_service.dart
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants