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

Commit 88928ffc authored by Dharmaray Kundargi's avatar Dharmaray Kundargi Committed by Android Git Automerger
Browse files

am 73edcfe8: am b894f895: Merge "Fix issue 3426200 Movie Studio crashes when a...

am 73edcfe8: am b894f895: Merge "Fix issue 3426200 Movie Studio crashes when a media item is deleted" into honeycomb

* commit '73edcfe8':
  Fix issue 3426200 Movie Studio crashes when a media item is deleted
parents b5fc0409 73edcfe8
Loading
Loading
Loading
Loading
+20 −19
Original line number Diff line number Diff line
@@ -2984,7 +2984,7 @@ class MediaArtistNativeHelper {
                        }
                    }
                }
            }

                if (!mErrorFlagSet) {
                    mPreviewEditSettings.videoFrameSize = findVideoResolution(mVideoEditor
                            .getAspectRatio(), maxHeight);
@@ -3006,6 +3006,7 @@ class MediaArtistNativeHelper {
                    mInvalidatePreviewArray = false;
                    mProcessingState  = PROCESSING_NONE;
                }
            }
            if (mErrorFlagSet) {
                mErrorFlagSet = false;
                throw new RuntimeException("preview generation cannot be completed");