mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 18:20:10 +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