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

Commit eb37b9cb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b5438ce1 040a10aa
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;
    }