Skip to content
Snippets Groups Projects
Verified Commit d6cd181e authored by Torsten Grote's avatar Torsten Grote Committed by Sebastian
Browse files

Make error dialog in MailboxSetupScreen preview dismissible

parent 3bc1524e
No related branches found
No related tags found
1 merge request!316Add illustrations from Android app to mailbox intro screen
Pipeline #14010 passed
......@@ -77,7 +77,7 @@ fun main() = PreviewUtils.preview(
onPairingLinkChanged = { pairingLink.value = it },
pairMailbox = { isSettingUp.value = true },
showError = showError,
onPairingErrorSeen = {},
onPairingErrorSeen = { setBooleanParameter("showError", false) },
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment