mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-29 20:48:40 +00:00
@@ -251,9 +251,12 @@ class _DynamicDetailPageState extends State<DynamicDetailPage>
|
||||
return AnimatedOpacity(
|
||||
opacity: _visibleTitle.value ? 1 : 0,
|
||||
duration: const Duration(milliseconds: 300),
|
||||
child: AuthorPanel(
|
||||
item: _controller.dynItem,
|
||||
isDetail: true,
|
||||
child: IgnorePointer(
|
||||
ignoring: !_visibleTitle.value,
|
||||
child: AuthorPanel(
|
||||
item: _controller.dynItem,
|
||||
isDetail: true,
|
||||
),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user