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

Commit 22ad6243 authored by Dheeraj Sharma's avatar Dheeraj Sharma Committed by Android (Google) Code Review
Browse files

Merge "Fix for issue 3410895 Transition regeneration not happening after...

Merge "Fix for issue 3410895 Transition regeneration not happening after changing aspect ratio of project" into honeycomb
parents 6d134754 8afee669
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1519,6 +1519,8 @@ Log.i("VE_IMPL","renderPreviewFrame <--");
        /**
        /**
         *  Invalidate all transitions
         *  Invalidate all transitions
         */
         */
        mMANativeHelper.setGeneratePreview(true);

        for (Transition transition : mTransitions) {
        for (Transition transition : mTransitions) {
            transition.invalidate();
            transition.invalidate();
        }
        }