Skip to content

Commit

Permalink
* [android] fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sospartan committed Dec 12, 2016
1 parent 5745a8a commit aa42561
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,6 @@ public boolean handleMessage(Message msg) {
(String)task.args.get(1),
(JSONArray)task.args.get(2));
break;
case MsgType.WX_COMPONENT_SIZE:
mWXDomManager.getComponentSize(task.instanceId,(String) task.args.get(0),(String) task.args.get(1));
break;
default:
break;
}
Expand Down

0 comments on commit aa42561

Please # to comment.