mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
Remove visibility modifier
This commit is contained in:
@@ -36,9 +36,10 @@ struct FormPickerItemView: View {
|
||||
HStack {
|
||||
Text(title)
|
||||
Spacer()
|
||||
Image("checkmark")
|
||||
.foregroundColor(Color(theme.tintColor))
|
||||
.gone(!selected)
|
||||
if selected {
|
||||
Image("checkmark")
|
||||
.foregroundColor(Color(theme.tintColor))
|
||||
}
|
||||
}
|
||||
.padding(.trailing)
|
||||
Spacer()
|
||||
|
||||
Reference in New Issue
Block a user