()
| 778 | if (n.type !== "action") return false |
| 779 | const action = n.payload?.action |
| 780 | const stillActive = () => |
| 781 | getRpcGeneration() === generation && getSessionId(api) === requestedSessionId |
| 782 | if (action === "show-status-dialog") { |
| 783 | return stillActive() && (await showStatusDialog(api, requestedSessionId)) |
| 784 | } |
no test coverage detected