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

Commit b1d8f2bf authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Merge "Adding a empty constructor so that the class can be emulated" into pi-dev

am: eb37b9cb

Change-Id: Ie57d367c4cd03d1122ac0120e6dc56658818664d
parents 7ee74069 eb37b9cb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ public class RecentsAnimationControllerCompat {

    private IRecentsAnimationController mAnimationController;

    public RecentsAnimationControllerCompat() { }

    public RecentsAnimationControllerCompat(IRecentsAnimationController animationController) {
        mAnimationController = animationController;
    }