KAI TIAN created WEEX-673:
-----------------------------
Summary: [weex_core][iOS][Android] fix crash && advance RTL
performance
Key: WEEX-673
URL: https://issues.apache.org/jira/browse/WEEX-673
Project: Weex
Issue Type: Bug
Components: Android, iOS
Affects Versions: 0.20
Reporter: KAI TIAN
Assignee: YorkShen
Fix For: 0.20
To fix android crash when call isNativeLayoutDirectionRTL by JNI, now we don't
read layoutDirection manually again,only receive param which transfered by C++
-> Java.
As we all know JNI is very slow, now we avoid call JNI method when layout, it
can speedup weex render.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)