fix on polling flow
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
BASE_URL=https://peakapi.qantra.co.zw/api
|
; BASE_URL=https://peakapi.qantra.co.zw/api
|
||||||
; BASE_URL=http://192.168.100.26:6950/api
|
; BASE_URL=http://192.168.100.26:6950/api
|
||||||
; BASE_URL=http://173.212.247.232:6950/api
|
BASE_URL=http://173.212.247.232:6950/api
|
||||||
; BASE_URL=http://10.69.5.201:6950/api
|
; BASE_URL=http://10.69.5.201:6950/api
|
||||||
; BASE_URL=http://192.168.120.160:6950/api
|
; BASE_URL=http://192.168.120.160:6950/api
|
||||||
; BASE_URL=http://10.10.2.92:6950/api
|
; BASE_URL=http://10.10.2.92:6950/api
|
||||||
|
|||||||
@@ -38,9 +38,6 @@ class _GatewayRedirectScreenState extends State<GatewayRedirectScreen> {
|
|||||||
setState(() {
|
setState(() {
|
||||||
redirected = true;
|
redirected = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
// might as well go and poll, just in case customer doesn't come back
|
|
||||||
context.go("/poll");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user