Description
During some debugging I could observe that some NavigationView was rendered using SwiftUI._UIGraphicsView as the backing, therefore causing all content inside to be redacted.
We need to investigate why it uses SwiftUI._UIGraphicsView and if it is viable to not mask it with maskAllImages but instead check the parent view if it needs to be masked.