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

Commit eb15670c authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 92f373fe: Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]

* commit '92f373fe':
  Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]
parents 42e53ecb 92f373fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@ public final class Matrix_Delegate {
            return;
        }

        System.arraycopy(d.mValues, 0, d.mValues, 0, MATRIX_SIZE);
        System.arraycopy(d.mValues, 0, values, 0, MATRIX_SIZE);
    }

    @LayoutlibDelegate