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

Commit

Permalink
* [Android] Fix animation memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Jul 23, 2018
1 parent 41038ab commit 291e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/sdk/src/main/java/com/taobao/weex/WXSDKEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ private static void register() {

registerModule("modal", WXModalUIModule.class, false);
registerModule("instanceWrap", WXInstanceWrap.class, false);
registerModule("animation", WXAnimationModule.class, true);
registerModule("animation", WXAnimationModule.class, false);
registerModule("webview", WXWebViewModule.class, true);
registerModule("navigator", WXNavigatorModule.class);
registerModule("stream", WXStreamModule.class);
Expand Down

0 comments on commit 291e48b

Please sign in to comment.