fix(e2e): stabilize authenticated unlock flows

This commit is contained in:
Codex
2026-07-22 16:53:09 +08:00
parent 8bd67b83c5
commit e813333607
16 changed files with 116 additions and 28 deletions
+6 -2
View File
@@ -132,7 +132,11 @@ export function ChatScreen() {
});
useEffect(() => {
if (!imageMessageId || !state.historyLoaded || selectedImageMessage) {
if (
!imageMessageId ||
!state.networkHistoryLoaded ||
selectedImageMessage
) {
return;
}
router.replace(
@@ -145,7 +149,7 @@ export function ChatScreen() {
router,
searchParams,
selectedImageMessage,
state.historyLoaded,
state.networkHistoryLoaded,
]);
useEffect(() => {