mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +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)
|
if (isLoading)
|
||||||
_buildVideoTitle(theme, videoDetail)
|
_buildVideoTitle(theme, videoDetail)
|
||||||
else if (isHorizontal && Utils.isDesktop)
|
else if (isHorizontal && Utils.isDesktop)
|
||||||
_buildTitle(theme, videoDetail, isExpand: true)
|
SelectionArea(
|
||||||
|
child: _buildVideoTitle(
|
||||||
|
theme,
|
||||||
|
videoDetail,
|
||||||
|
isExpand: true,
|
||||||
|
),
|
||||||
|
)
|
||||||
else
|
else
|
||||||
ExpandablePanel(
|
ExpandablePanel(
|
||||||
controller: introController.expandableCtr,
|
controller: introController.expandableCtr,
|
||||||
|
|||||||
Reference in New Issue
Block a user