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

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

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

* commit 'd6451721':
  Fix for issue 3385068 : Play gets out of sync
parents aea82125 d6451721
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;
        }