diff --git a/apple/Sources/FerrostarMapLibreUI/Views/LandscapeNavigationView.swift b/apple/Sources/FerrostarMapLibreUI/Views/LandscapeNavigationView.swift index b369b078..c28dcac6 100644 --- a/apple/Sources/FerrostarMapLibreUI/Views/LandscapeNavigationView.swift +++ b/apple/Sources/FerrostarMapLibreUI/Views/LandscapeNavigationView.swift @@ -8,7 +8,7 @@ import SwiftUI /// A landscape orientation navigation view that includes the InstructionsView and ArrivalView on the /// leading half of the screen. -public struct LandscapeNavigationView: View { +public struct LandscapeNavigationView: View, CustomizableNavigatingInnerGridView { @Environment(\.navigationFormatterCollection) var formatterCollection: any FormatterCollection @State private var overlaySafeAreaInsets: EdgeInsets = .init(top: 0, leading: 0, bottom: 0, trailing: 0)