Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
No Bug: Fix build on Xcode 15.1 beta (#8185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson authored Oct 3, 2023
1 parent 1ee2ded commit 7858190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App/BraveWidgets/ShortcutsWidget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ private struct ShortcutsView: View {
// MARK: - Previews

#if swift(>=5.9)
@available(iOS 17.0, *)
#Preview(as: .systemMedium, widget: {
ShortcutsWidget()
}, timeline: {
Expand Down

0 comments on commit 7858190

Please sign in to comment.