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

Commit 8406a9ea authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 30f8cc8d: Merge "Don\'t use ViewPropertyAnimatorRT yet" into lmp-dev

* commit '30f8cc8db6286ad4e2508bce3a48ee7ae0eb9b4c':
  Don't use ViewPropertyAnimatorRT yet
parents 4d98b3a3 171927a6
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);
        }
    }

    /**