mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-08-21 16:26:57 +08:00
dart: fix
This commit is contained in:
@@ -35,7 +35,7 @@ class _CountdownTimeTextState extends State<CountdownTimeText> {
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
_onUpdateTime(_) {
|
||||
void _onUpdateTime(_) {
|
||||
final now = DateTime.now();
|
||||
final dur = widget.targetTime.difference(now);
|
||||
setState(() {
|
||||
|
Reference in New Issue
Block a user