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

Commit 1c9ac916 authored by Santosh Madhava's avatar Santosh Madhava Committed by Android (Google) Code Review
Browse files

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

parents 31e5c30f a6714ce2
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;
        }