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

Commit ae73c690 authored by John Spurlock's avatar John Spurlock
Browse files

Fix regression in camera transition.

Caused by: Ic18188a2a3caa9dfde8785611242b1c9925f7b87
  "Adding bouncer animation on PagedView."

Bug:7483566
Change-Id: Ie0b4e7cf3d4dc717cac02c7cf8a1ec24b9b860a6
parent 08924d00
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -188,6 +188,16 @@ public class CameraWidgetFrame extends KeyguardWidgetFrame implements View.OnCli
        return iv;
    }

    @Override
    public void setPivotX(float pivotX) {
        // don't pivot me
    }

    @Override
    public void setPivotY(float pivotY) {
        // don't pivot me
    }

    public void render() {
        final Throwable[] thrown = new Throwable[1];
        final Bitmap[] offscreen = new Bitmap[1];