Skip to content

Commit

Permalink
* [android] fix switch case (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
sospartan authored Jan 10, 2017
1 parent 99566a9 commit c301b92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ public void callDomMethod(JSONObject task) {
return;
}
addRule((String) args.get(0), (JSONObject) args.get(1));
break;
case GET_COMPONENT_RECT:
if(args == null){
return;
Expand Down

0 comments on commit c301b92

Please # to comment.