Skip to content
Snippets Groups Projects
Verified Commit 94c0939e authored by Sebastian's avatar Sebastian
Browse files

Fix typo in MailboxScreen

parent 7c17054f
No related branches found
No related tags found
1 merge request!304Initial working Mailbox implementation
Pipeline #13803 passed
......@@ -60,7 +60,7 @@ fun MailboxScreen(viewModel: MailboxViewModel = viewModel()) {
onWipe = viewModel::unlink,
isWiping = state.isWiping,
)
// the unpair success message will be shown like an error dialog
// the unpairing success message will be shown like an error dialog
is WasUnpaired -> MailboxSetupScreen(viewModel, true)
}
}
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