mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
#1098 - Stopped relying on the SDK in the suggestionService and added unit and ui tests.
This commit is contained in:
@@ -44,6 +44,9 @@ struct UserSuggestionListWithInput: View {
|
||||
})
|
||||
.border(Color.black)
|
||||
.padding([.leading, .trailing])
|
||||
.onAppear(perform: {
|
||||
inputText = "@-" // Make the list show all available mock results
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user