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

Commit 0d8f88b2 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am ede54ce2: Merge "Fix crash in movie studio." into honeycomb

* commit 'ede54ce2':
  Fix crash in movie studio.
parents 0518e7b5 ede54ce2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ public class SurfaceView extends View {
                @Override
                public boolean onPreDraw() {
                    // reposition ourselves where the surface is 
                    mHaveFrame = true;
                    mHaveFrame = getWidth() > 0 && getHeight() > 0;
                    updateWindow(false, false);
                    return true;
                }