mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt video title
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user