opt video title

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-28 15:22:08 +08:00
parent fb8c5f50ba
commit efbf392677

View File

@@ -173,7 +173,13 @@ class _UgcIntroPanelState extends State<UgcIntroPanel> {
if (isLoading)
_buildVideoTitle(theme, videoDetail)
else if (isHorizontal && Utils.isDesktop)
_buildTitle(theme, videoDetail, isExpand: true)
SelectionArea(
child: _buildVideoTitle(
theme,
videoDetail,
isExpand: true,
),
)
else
ExpandablePanel(
controller: introController.expandableCtr,