refresh listVIew after details

This commit is contained in:
jantunesmessias 2025-02-13 16:59:29 -03:00
parent 70e81c0e34
commit a46181d2f4
1 changed files with 3 additions and 3 deletions

View File

@ -219,9 +219,9 @@ class _VehicleHistoryScreenState extends State<VehicleHistoryScreen>
child: dialogContent, child: dialogContent,
), ),
).whenComplete(() { ).whenComplete(() {
safeSetState(() { _pagingController.refresh();
// _pagingController.refresh();
}); safeSetState(() {});
}); });
} catch (e, s) { } catch (e, s) {
DialogUtil.errorDefault(context); DialogUtil.errorDefault(context);