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

Commit 3249330c authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android Git Automerger
Browse files

am 00ab3578: Merge "Make enter reveal animation be zorder top." into mnc-dev

* commit '00ab3578':
  Make enter reveal animation be zorder top.
parents 6aa0843e 00ab3578
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -559,6 +559,7 @@ public class AppTransition implements Dump {
            set.addAnimation(clipAnimTB);
            set.addAnimation(translateY);
            set.addAnimation(alpha);
            set.setZAdjustment(Animation.ZORDER_TOP);
            set.initialize(appWidth, appHeight, appWidth, appHeight);
            anim = set;
        } else {