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

Commit 0b435ae5 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 9a962d7c: am 64091a1d: am 8aa62362: am ae73c690: Fix regression in camera transition.

* commit '9a962d7c':
  Fix regression in camera transition.
parents eebf218a 9a962d7c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -152,6 +152,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() {
        try {
            int width = getRootView().getWidth();