Skip to content
Snippets Groups Projects
Commit 12d41f7f authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Allow selecting failure text in HomeView

parent bbb696dc
No related branches found
No related tags found
2 merge requests!132Update Bindings,!102Release 1.0.0
This commit is part of merge request !132. Comments created here will be created in the context of that merge request.
...@@ -36,6 +36,7 @@ public struct HomeView: View { ...@@ -36,6 +36,7 @@ public struct HomeView: View {
if let failure = viewStore.failure { if let failure = viewStore.failure {
Section { Section {
Text(failure) Text(failure)
.textSelection(.enabled)
Button { Button {
viewStore.send(.messenger(.start)) viewStore.send(.messenger(.start))
} label: { } label: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment