Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-20 15:58:00 +08:00
parent 36de899a35
commit 96586f130f
4 changed files with 7 additions and 6 deletions

View File

@@ -157,8 +157,7 @@ class BottomControl extends StatelessWidget {
maxWidth - 40,
),
],
if (controller.showDmChart &&
videoDetailController.showDmTreandChart.value)
if (videoDetailController.showDmTreandChart.value)
if (videoDetailController.dmTrend.value?.dataOrNull
case final list?)
buildDmChart(theme, list, videoDetailController, 4.5),