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);