Skip to content

Commit

Permalink
* [android] fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sospartan committed Jul 6, 2016
1 parent 6440609 commit 5d1286c
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,19 +276,4 @@ public void run() {
});
}

public static void reload(){
WXBridgeManager.getInstance().getJSHandler().post(new Runnable() {
@Override
public void run() {
try {
for(Map<String,String> com:sComponentInfos){
registerJSComponent(com);
}
} catch (WXException e) {
e.printStackTrace();
}
}
});
}

}

0 comments on commit 5d1286c

Please sign in to comment.