Merge pull request #319 from orz12/reduce_slider_rebuilds

降低进度条与播放时间的更新频率
This commit is contained in:
Infinite
2023-12-19 22:26:55 +08:00
committed by GitHub
5 changed files with 91 additions and 53 deletions

View File

@ -236,7 +236,7 @@ class _BangumiPanelState extends State<BangumiPanel> {
children: [
if (i == currentIndex) ...[
Image.asset(
'assets/images/live.gif',
'assets/images/live.png',
color:
Theme.of(context).colorScheme.primary,
height: 12,