opt: close popup dialog with anim

This commit is contained in:
bggRGjQaUbCoE
2024-09-01 12:46:07 +08:00
parent 2cc537b715
commit b87a432711
8 changed files with 78 additions and 49 deletions

View File

@@ -137,10 +137,7 @@ class _RcmdPageState extends State<RcmdPage>
return OverlayEntry(
builder: (context) => AnimatedDialog(
closeFn: _removePopupDialog,
child: OverlayPop(
videoItem: videoItem,
closeFn: _removePopupDialog,
),
videoItem: videoItem,
),
);
}