MCPcopy Create free account
hub / github.com/altic-dev/FluidVoice / NotchCompactTrailingView

Struct NotchCompactTrailingView

Sources/Fluid/Views/NotchContentViews.swift:1160–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158}
1159
1160struct NotchCompactTrailingView: View {
1161 let audioPublisher: AnyPublisher<CGFloat, Never>
1162 @ObservedObject private var contentState = NotchContentState.shared
1163
1164 var body: some View {
1165 CompactNotchWaveformView(
1166 audioPublisher: self.audioPublisher,
1167 color: self.contentState.mode.notchColor
1168 )
1169 .frame(width: 34, height: 16)
1170 }
1171}
1172
1173struct NotchCompactBottomView: View {
1174 @ObservedObject private var contentState = NotchContentState.shared

Callers 2

showNotchOverlayMethod · 0.85

Calls 1

Tested by

no test coverage detected