mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-28 14:25:55 +08:00
@@ -43,7 +43,9 @@ class _SuperChatCardState extends State<SuperChatCard> {
|
||||
}
|
||||
|
||||
void _remove() {
|
||||
Future.delayed(const Duration(seconds: 1), _onRemove);
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
Future.delayed(const Duration(seconds: 1), _onRemove);
|
||||
});
|
||||
}
|
||||
|
||||
void _onRemove() {
|
||||
|
||||
Reference in New Issue
Block a user