Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]
The bug manifested itself by not rendering the wifi icon in the status
bar.
Change-Id: I7debf3eef387965d774bf66e856812e67c8552a7
(cherry picked from commit 9f280a9301)
This commit is contained in:
@@ -674,7 +674,7 @@ public final class Matrix_Delegate {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.arraycopy(d.mValues, 0, d.mValues, 0, MATRIX_SIZE);
|
System.arraycopy(d.mValues, 0, values, 0, MATRIX_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@LayoutlibDelegate
|
@LayoutlibDelegate
|
||||||
|
|||||||
Reference in New Issue
Block a user