Skip to content

Commit

Permalink
fixup! fix iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
yrliou committed Jul 9, 2024
1 parent 1613bf9 commit 2c6bbca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ios/brave-ios/Sources/AIChat/Components/AIChatView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,9 @@ struct AIChatView_Preview: PreviewProvider {
text:
"After months of leaks and some recent coordinated teases from the company itself, Sonos is finally officially announcing the Era 300 and Era 100 speakers. Both devices go up for preorder today — the Era 300 costs $449 and the Era 100 is $249 — and they’ll be available to purchase in stores beginning March 28th.\n\nAs its unique design makes clear, the Era 300 represents a completely new type of speaker for the company; it’s designed from the ground up to make the most of spatial audio music and challenge competitors like the HomePod and Echo Studio.",
selectedText: nil,
events: nil
events: nil,
lastEditedTime: Date.now,
edits: [.init(text: "Sonos", timestamp: Date.now)]
),
isEntryInProgress: false
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ struct AIChatResponseMessageView_Previews: PreviewProvider {
text:
"After months of leaks and some recent coordinated teases from the company itself, Sonos is finally officially announcing the Era 300 and Era 100 speakers. Both devices go up for preorder today — the Era 300 costs $449 and the Era 100 is $249 — and they’ll be available to purchase in stores beginning March 28th.\n\nAs its unique design makes clear, the Era 300 represents a completely new type of speaker for the company; it’s designed from the ground up to make the most of spatial audio music and challenge competitors like the HomePod and Echo Studio.",
selectedText: nil,
events: nil
events: nil,
lastEditedTime: Date.now,
edits: [.init(text: "Sonos", timestamp: Date.now)]
),
isEntryInProgress: false
)
Expand Down

0 comments on commit 2c6bbca

Please sign in to comment.