mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Address comments, show unencrypted rooms,
retain viewModel and services in ScreenSates so you can interact with Previews after the first state.
This commit is contained in:
+2
-1
@@ -73,7 +73,8 @@ struct TemplateUserProfile: View {
|
||||
|
||||
@available(iOS 14.0, *)
|
||||
struct TemplateUserProfile_Previews: PreviewProvider {
|
||||
static let stateRenderer = MockTemplateUserProfileScreenState.stateRenderer
|
||||
static var previews: some View {
|
||||
MockTemplateUserProfileScreenState.screenGroup()
|
||||
stateRenderer.screenGroup()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user