refresh listVIew after details
This commit is contained in:
parent
70e81c0e34
commit
a46181d2f4
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue