mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
fix: highlight anim
This commit is contained in:
@@ -118,9 +118,8 @@ class VideoReplyReplyController extends CommonController
|
||||
duration: const Duration(milliseconds: 200),
|
||||
);
|
||||
await Future.delayed(const Duration(milliseconds: 800));
|
||||
controller?.forward().whenComplete(() {
|
||||
index = null;
|
||||
});
|
||||
await controller?.forward();
|
||||
index = null;
|
||||
}();
|
||||
}
|
||||
id = null;
|
||||
|
||||
Reference in New Issue
Block a user