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

Commit 183455b0 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 80ae2850: Merge "Fix janky in transition doze -> lockscreen" into...

am 80ae2850: Merge "Fix janky in transition doze -> lockscreen" into lmp-mr1-dev automerge: 09ba32c0 automerge: 80a28fe8

* commit '80ae2850':
  Fix janky in transition doze -> lockscreen
parents 5bc105f0 80ae2850
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -61,4 +61,9 @@ public class DismissViewImageButton extends ImageButton {
        outRect.top += translationY;
        outRect.bottom += translationY;
    }

    @Override
    public boolean hasOverlappingRendering() {
        return false;
    }
}
+0 −2
Original line number Diff line number Diff line
@@ -3074,8 +3074,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
            }
            else if (Intent.ACTION_SCREEN_ON.equals(action)) {
                mScreenOn = true;
                // work around problem where mDisplay.getRotation() is not stable while screen is off (bug 7086018)
                repositionNavigationBar();
                notifyNavigationBarScreenOn(true);
            }
            else if (ACTION_DEMO.equals(action)) {