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

Commit 0c477a81 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

am: b1d8f2bf

Change-Id: Ib29f7b6020508368a555b82046776c79fca78818
parents 6734f835 b1d8f2bf
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;
    }