Merge "Adding a empty constructor so that the class can be emulated" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
eb37b9cbb0
@@ -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