Skip to content

Commit

Permalink
Remove reduntant comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongyi Tong committed Jan 16, 2016
1 parent 26b8f90 commit 8786670
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/src/main/java/com/miui/hongbao/HongbaoService.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ private void checkNodeInfo() {
}

/* 戳开红包,红包还没抢完,遍历节点匹配“拆红包” */
// List<AccessibilityNodeInfo> nodes2 = this.findAccessibilityNodeInfosByTexts(this.rootNodeInfo, new String[]{
// WECHAT_OPEN_CH, WECHAT_OPEN_EN});
// if (!nodes2.isEmpty()) {
// mUnpackNode = nodes2;
// mNeedUnpack = true;
// return;
// }
AccessibilityNodeInfo node2 = this.rootNodeInfo.getChild(3);
if (node2 != null && node2.getClassName().equals("android.widget.Button")) {
mUnpackNode = node2;
Expand Down

0 comments on commit 8786670

Please sign in to comment.