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

Commit dacacb50 authored by Dheeraj Sharma's avatar Dheeraj Sharma Committed by Android Git Automerger
Browse files

am 22ad6243: Merge "Fix for issue 3410895 Transition regeneration not...

am 22ad6243: Merge "Fix for issue 3410895 Transition regeneration not happening after changing aspect ratio of project" into honeycomb

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

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