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

Commit 040a10aa authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Adding a empty constructor so that the class can be emulated

Test: N/A
Bug: 75979063
Change-Id: I21f168e25d1d4f3ef6fea9d13df3bc74bbe4e6f8
parent a501257e
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;
    }