Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
pr suggestions

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
  • Loading branch information
Velin92 and pixlwave authored Oct 10, 2024
1 parent 0fdb14e commit 013b999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ struct CreateRoom_Previews: PreviewProvider, TestablePreview {
createRoomParameters: .init(parameters),
selectedUsers: .init(selectedUsers),
analytics: ServiceLocator.shared.analytics,
userIndicatorController: UserIndicatorControllerMock(), appSettings: ServiceLocator.shared.settings)
userIndicatorController: UserIndicatorControllerMock(),
appSettings: ServiceLocator.shared.settings)
}()

static let emtpyViewModel = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ struct DeveloperOptionsScreen: View {
}
}

Section("Knocking") {
Section("Join rules") {
Toggle(isOn: $context.knockingEnabled) {
Text("Allow the usage of the knock join rule")
Text("Knocking")
Text("Experimental, still using mocked data")
}
}
Expand Down

0 comments on commit 013b999

Please sign in to comment.