resume true
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/db27e40f Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/db27e40f Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/db27e40f Branch: refs/heads/dev Commit: db27e40f7f41bfedbf583cdb18d5a2afa852e3b8 Parents: eaf537e Author: jianbai.gbj <jianbai....@alibaba-inc.com> Authored: Mon Sep 25 22:14:59 2017 +0800 Committer: jianbai.gbj <jianbai....@alibaba-inc.com> Committed: Mon Sep 25 22:14:59 2017 +0800 ---------------------------------------------------------------------- .../java/com/taobao/weex/ui/component/binding/Statements.java | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/db27e40f/android/sdk/src/main/java/com/taobao/weex/ui/component/binding/Statements.java ---------------------------------------------------------------------- diff --git a/android/sdk/src/main/java/com/taobao/weex/ui/component/binding/Statements.java b/android/sdk/src/main/java/com/taobao/weex/ui/component/binding/Statements.java index 6f4e3cd..24e38ce 100644 --- a/android/sdk/src/main/java/com/taobao/weex/ui/component/binding/Statements.java +++ b/android/sdk/src/main/java/com/taobao/weex/ui/component/binding/Statements.java @@ -226,6 +226,9 @@ public class Statements { if(!Operators.isTrue(vif.execute(context))){ component.setWaste(true); return 1; + }else{ + component.setWaste(false); + return 1; } } }