Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[WEEX-673][weex_core][iOS][Android] fix crash && advance RTL performance #1860

Merged
merged 2 commits into from
Dec 7, 2018

Conversation

win80540
Copy link
Contributor

@win80540 win80540 commented Dec 4, 2018

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.

@weex-bot
Copy link

weex-bot commented Dec 4, 2018

Fails
🚫 Failed to run assembleDebug task for android.
Messages
📖 android build verification finished.

Generated by 🚫 dangerJS

Copy link
Contributor

@YorkShen YorkShen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Merge Later

Thanks

@YorkShen YorkShen merged commit 5a52f04 into apache:master Dec 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants