mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 06:36:58 +02:00
Code cleanup
This commit is contained in:
@@ -142,7 +142,7 @@ struct Composer: View {
|
||||
)
|
||||
.clipped()
|
||||
.tint(theme.colors.accent)
|
||||
.focused($focused, equals: true)
|
||||
.focused($focused)
|
||||
.onChange(of: focused) { newValue in
|
||||
viewModel.focused = newValue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user