Merge pull request #418 from orz12/fix-customspeed-dynamic-not-double

fix:自定义倍速后白屏
This commit is contained in:
guozhigq
2024-01-20 13:41:04 +08:00
committed by GitHub
6 changed files with 8 additions and 9 deletions

View File

@ -34,7 +34,7 @@ class ContentContainer extends StatelessWidget {
child: contentWidget!,
)
else
Spacer(),
const Spacer(),
if (bottomWidget != null) bottomWidget!,
],
),