Files
xqwatch/app/src/main/java/com/xiaoqu
dongliang 459049fb16 fix: 红点用preNotificationStats精确对比+有通知时不更新lastStats
之前diffStats失败的根因:有通知时fetchStatistics也更新lastStats,
导致基准被污染。

修复:
- checkDots=true 时用 preNotificationStats(通知前快照)对比,
  不更新 lastStats
- checkDots=false(正常刷新)时才更新 lastStats
- 这样 preNotificationStats 始终是通知前的干净基准

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 19:40:58 +09:30
..