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

Commit 9f280a93 authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Fix Matrix_Delegate.native_getValues()

The bug manifested itself by not rendering the wifi icon in the status
bar.

Change-Id: I7debf3eef387965d774bf66e856812e67c8552a7
parent c2622d89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -673,7 +673,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