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

Commit dab96894 authored by Rajneesh Chowdury's avatar Rajneesh Chowdury Committed by Android (Google) Code Review
Browse files

Merge "Fix for 3458686 Play button is enabled before loading the transition....

Merge "Fix for 3458686 Play button is enabled before loading the transition. Play results in Native Crash"
parents d0269f70 06a087a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -173,6 +173,7 @@ public abstract class Transition {

        mDurationMs = durationMs;
        invalidate();
        mNativeHelper.setGeneratePreview(true);
    }

    /**