Replace state for android requests faster

This commit is contained in:
WardPearce
2025-01-24 03:49:51 +13:00
parent f37b8a7eb0
commit 36b9c742b7
@@ -51,5 +51,5 @@ if (Capacitor.getPlatform() === 'android') {
return originalXhrOpen.apply(this, args);
};
setTimeout(() => goto('/', { replaceState: true }), 300);
setTimeout(() => goto('/', { replaceState: true }), 10);
}