xfy dd072730f1 fix: 年视图 pageYear 使用 settledPage 计算,修复滑动切换时年份闪烁
pageYear = yearViewYear + (page - settledPage) 代替 currentPage,
因为 yearViewYear 由 settledPage 驱动,两者始终同步。
用 currentPage 会在滑动过半时出现不匹配,导致小月份
短暂显示错误年份数据。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 16:09:42 +08:00

785 B
Raw Blame History

gifs

Purpose

GIF 动画资源目录,存放应用使用的动画 GIF 文件001.gif ~ 152.gifAnimatedGif Composable 组件通过 sketch 库加载显示。

Key Files

File Description
001.gif ~ 152.gif 应用动画 GIF 资源

Subdirectories

For AI Agents

Working In This Directory

  • 替换或新增 GIF 时保持连续编号
  • GIF 文件较大,注意 APK 体积影响
  • AnimatedGif 组件使用 sketch 库异步加载和播放

Dependencies

Internal

  • core/src/main/kotlin/plus/rua/project/ui/AnimatedGif.kt — GIF 显示组件

External

  • sketch 4.4.0GIF 解码和播放)