remove accessibility for hidden rectangles

This commit is contained in:
Mauro Romito
2025-07-21 13:14:21 +02:00
committed by Mauro
parent 4ce81184b4
commit 34ac1abec2

View File

@@ -57,6 +57,7 @@ struct MessageForwardingScreen: View {
private var emptyRectangle: some View {
Rectangle()
.frame(width: 0, height: 0)
.accessibilityHidden(true)
}
}