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

Commit

Permalink
[WEEX-342][android] when animation module or transition parser proper…
Browse files Browse the repository at this point in the history
…ties, some propers may be not right, so add try catch to handle the exceptions
  • Loading branch information
jianbai.gbj committed Jun 27, 2018
1 parent 9927930 commit e61ba4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void executeAction() {
mAnimationBean.styles.init(mAnimationBean.styles.transformOrigin,
mAnimationBean.styles.transform, (int) component.getLayoutWidth(),
(int) component.getLayoutHeight(),
instance.getInstanceViewPortWidth());
instance.getInstanceViewPortWidth(), instance);
}
startAnimation(instance, component);
}
Expand Down

0 comments on commit e61ba4d

Please sign in to comment.