fix: avoid iOS talk mode audio tap crash
This commit is contained in:
@@ -253,7 +253,7 @@ private struct CanvasContent: View {
|
||||
private struct OverlayButton: View {
|
||||
let systemImage: String
|
||||
let brighten: Bool
|
||||
var tint: Color? = nil
|
||||
var tint: Color?
|
||||
var isActive: Bool = false
|
||||
let action: () -> Void
|
||||
|
||||
|
||||
Reference in New Issue
Block a user