fix on polling flow

This commit is contained in:
2025-12-03 23:38:37 +02:00
parent f8bb01fdb0
commit 666257e9ed
2 changed files with 2 additions and 5 deletions

View File

@@ -38,9 +38,6 @@ 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