Merge "Adding a empty constructor so that the class can be emulated" into pi-dev
am: eb37b9cbb0
Change-Id: Ie57d367c4cd03d1122ac0120e6dc56658818664d
This commit is contained in:
@@ -29,6 +29,8 @@ public class RecentsAnimationControllerCompat {
|
||||
|
||||
private IRecentsAnimationController mAnimationController;
|
||||
|
||||
public RecentsAnimationControllerCompat() { }
|
||||
|
||||
public RecentsAnimationControllerCompat(IRecentsAnimationController animationController) {
|
||||
mAnimationController = animationController;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user