From a46181d2f4021e7319b1a41caa282e3c4cdb48e9 Mon Sep 17 00:00:00 2001 From: jantunesmessias Date: Thu, 13 Feb 2025 16:59:29 -0300 Subject: [PATCH] refresh listVIew after details --- .../vehicles_on_the_property/vehicle_history_screen.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pages/vehicles_on_the_property/vehicle_history_screen.dart b/lib/pages/vehicles_on_the_property/vehicle_history_screen.dart index 3cda31bb..0b5b8d20 100644 --- a/lib/pages/vehicles_on_the_property/vehicle_history_screen.dart +++ b/lib/pages/vehicles_on_the_property/vehicle_history_screen.dart @@ -219,9 +219,9 @@ class _VehicleHistoryScreenState extends State child: dialogContent, ), ).whenComplete(() { - safeSetState(() { - // _pagingController.refresh(); - }); + _pagingController.refresh(); + + safeSetState(() {}); }); } catch (e, s) { DialogUtil.errorDefault(context);