merge design

This commit is contained in:
guozhigq
2024-04-13 10:58:58 +08:00
16 changed files with 56 additions and 120 deletions

View File

@ -618,7 +618,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
/// 重新进入会刷新
// 播放完成/暂停播放
StreamBuilder(
stream: appbarStream.stream,
stream: appbarStream.stream.distinct(),
initialData: 0,
builder: ((context, snapshot) {
return ScrollAppBar(