mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-11 03:40:08 +08:00
opt video bottomsheet
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -1776,7 +1776,6 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
if (isFullScreen || videoDetailController.showVideoSheet) {
|
||||
PageUtils.showVideoBottomSheet(
|
||||
context,
|
||||
isFullScreen: () => isFullScreen,
|
||||
child: listSheetContent(enableSlide: false),
|
||||
);
|
||||
} else {
|
||||
@@ -1839,7 +1838,6 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
if (isFullScreen || videoDetailController.showVideoSheet) {
|
||||
PageUtils.showVideoBottomSheet(
|
||||
context,
|
||||
isFullScreen: () => isFullScreen,
|
||||
child: ViewPointsPage(
|
||||
enableSlide: false,
|
||||
videoDetailController: videoDetailController,
|
||||
|
||||
Reference in New Issue
Block a user