livecare insurance navigation issue fixed

dev_3.16.3_Lab_CheckIn_6718
haroon amjad 10 months ago
parent 21fda7987a
commit 7842f95d7b

@ -443,8 +443,9 @@ class _LiveCarePatmentPageState extends State<LiveCarePatmentPage> {
context,
MaterialPageRoute(builder: (context) => LandingPage()),
(Route<dynamic> route) => false,
);
Navigator.push(context, FadePage(page: InsuranceUpdate()));
).then((value) {
Navigator.push(context, FadePage(page: InsuranceUpdate()));
});
},
color: Color(0xffEAA118),
textColor: Colors.white,

Loading…
Cancel
Save