Files
xqwatch/app/src
dongliang 881cfeb3b6 fix: 静态检查修复(访问权限+生命周期清理)
1. MainActivity.notificationBanner 改为非 private
   (HomeFragment 需访问设置点击回调,原 private 编译报错)
2. HomeFragment.onDestroyView 补充清理 bannerView.onClick
   (避免 Fragment 销毁后回调泄漏)

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