mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: live: text style
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user