Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6451721 authored by Santosh Madhava's avatar Santosh Madhava Committed by Android Git Automerger
Browse files

am 1c9ac916: Merge "Fix for issue 3385068 : Play gets out of sync" into honeycomb

* commit '1c9ac916':
  Fix for issue 3385068 : Play gets out of sync
parents 108841ff 1c9ac916
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3021,7 +3021,7 @@ class MediaArtistNativeHelper {
     */
    public void doPreview(Surface surface, long fromMs, long toMs, boolean loop,
            int callbackAfterFrameCount, PreviewProgressListener listener) {
        mPreviewProgress = 0;
        mPreviewProgress = fromMs;
        if (listener != null) {
            mPreviewProgressListener = listener;
        }