mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: show tag on dynamic panel
This commit is contained in:
@@ -200,7 +200,10 @@ class _DynamicDetailPageState extends State<DynamicDetailPage>
|
||||
return AnimatedOpacity(
|
||||
opacity: snapshot.data ? 1 : 0,
|
||||
duration: const Duration(milliseconds: 300),
|
||||
child: AuthorPanel(item: _dynamicDetailController.item),
|
||||
child: AuthorPanel(
|
||||
item: _dynamicDetailController.item,
|
||||
source: 'detail', //to remove tag
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user