Files
simplex-chat/apps/multiplatform/common
Narasimha-sc c4d7065051 address review: migration close, pause scanner on wrong-type, drop dead strIsSimplexLink
- MigrateToDevice passes the real `close` (not `{}`), so the wrong-type Connect
  button would dismiss correctly if the view is ever opened with an active user.
- Keep the connect/migration scanners on .continuous, but pause the scanner while
  the wrong-type alert is shown and resume on dismissal (handleScan takes an
  optional scannerPaused Binding; the alert's dismiss buttons clear it). This
  fixes the alert re-firing every scanInterval without changing the scan mode.
  The oncePerCode scanners pass nil — no-op for them.
- Remove the now-uncalled strIsSimplexLink on both platforms (the classifier
  inlines parseToMarkdown / parseSimpleXMarkdown; its only caller, verifyOnly,
  was already removed).
- Capitalise "Your servers" in the server-scan breadcrumb to match the actual
  UI label (your_servers = "Your servers"), consistent with the other labels.
2026-06-22 16:23:06 +00:00
..