opt: videoDetail SliverAppBar height change

This commit is contained in:
guozhigq
2024-11-26 23:31:20 +08:00
parent 388bdc89d8
commit 6ba022828c
2 changed files with 27 additions and 19 deletions

View File

@ -680,8 +680,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
forceElevated: innerBoxIsScrolled,
expandedHeight: expandedHeight,
backgroundColor: Colors.black,
flexibleSpace: FlexibleSpaceBar(
background: PopScope(
flexibleSpace: SizedBox.expand(
child: PopScope(
canPop:
plPlayerController?.isFullScreen.value != true,
onPopInvoked: (bool didPop) {