Skip to content

Commit

Permalink
1.更新部分代码
Browse files Browse the repository at this point in the history
Former-commit-id: c16723b
Former-commit-id: 77fe2ba
  • Loading branch information
afkT committed Dec 17, 2021
1 parent 8cb5400 commit bc3db78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static void printAccessibilityEvent(
builder.append(DevFinal.SYMBOL.NEW_LINE);

switch (eventType) {
case AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED:// 通知栏事件
case AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED: // 通知栏事件
builder.append("event type: TYPE_NOTIFICATION_STATE_CHANGED");
break;
case AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED: // 窗体状态改变
Expand Down
1 change: 1 addition & 0 deletions lib/DevAssist/src/main/java/dev/base/DevHistory.java
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ private T gotoForward(final int index) {
} catch (Exception ignored) {
}
}
Collections.reverse(lists);
mBack.addAll(lists);
return forwardValue;
}
Expand Down

0 comments on commit bc3db78

Please sign in to comment.