am d78521f7: am 30f8cc8d: Merge "Don\'t use ViewPropertyAnimatorRT yet" into lmp-dev
* commit 'd78521f7d69630be3f32907de7b5da4358805485': Don't use ViewPropertyAnimatorRT yet
This commit is contained in:
@@ -253,9 +253,6 @@ public class ViewPropertyAnimator {
|
||||
ViewPropertyAnimator(View view) {
|
||||
mView = view;
|
||||
view.ensureTransformationInfo();
|
||||
if (view.getContext().getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.L) {
|
||||
mRTBackend = new ViewPropertyAnimatorRT(view);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user