now polling immediately after redirect

This commit is contained in:
2025-12-03 15:17:00 +02:00
parent 58e6746f8e
commit f8bb01fdb0

View File

@@ -38,6 +38,9 @@ class _GatewayRedirectScreenState extends State<GatewayRedirectScreen> {
setState(() {
redirected = true;
});
// might as well go and poll, just in case customer doesn't come back
context.go("/poll");
}
@override