opt: live: text style

This commit is contained in:
bggRGjQaUbCoE
2024-11-05 10:50:03 +08:00
parent 3a5b1f37f8
commit 88bbd57d62
2 changed files with 8 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ class DynamicPanel extends StatelessWidget {
borderRadius: BorderRadius.circular(5),
),
child: InkWell(
onTap: source == 'detail' && item.type == 'DYNAMIC_TYPE_DRAW'
onTap: source == 'detail' && item.type != 'DYNAMIC_TYPE_AV'
? null
: () => _dynamicsController.pushDetail(item, 1),
child: Column(