Skip to content
Commit 489d49d3 authored by Ryan Mitchell's avatar Ryan Mitchell
Browse files

Fix NativeThemeRebase null abort

ReleasePrimitiveArrayCritical will fail if the java object being
released is null. The array may be null if `style_count` is 0.
Do not call ReleasePrimitiveArrayCritical on the array if it is null.

Bug: 190927589
Test: forest
Change-Id: I432668f71137908838ebc3a47d834c1da3c67777
parent 3b5e4d29
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment