bug fixes
This commit is contained in:
parent
b1101a6ea3
commit
3399d02d53
1 changed files with 0 additions and 12 deletions
|
|
@ -1173,18 +1173,6 @@ struct NowPlayingView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Recording
|
||||
|
||||
private func toggleRecording() {
|
||||
if isRecording {
|
||||
_ = radioBuffer.stopRecording()
|
||||
isRecording = false
|
||||
} else {
|
||||
radioBuffer.startRecording()
|
||||
isRecording = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// AirPlay route picker wrapped in a container UIView to prevent _UIReparentingView warnings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue