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

Commit 171927a6 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Don't use ViewPropertyAnimatorRT yet" into lmp-dev

parents 4ed52ab7 4937a70c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);
        }
    }

    /**