fix(privacy): Fix Manage Website Data row tap area (#31377)
Fix Manage Website Data row tap area. - Allow tapping anywhere on Manage Website Data row. - Left as modal due to SwiftUI toolbar bug (doesn't show in detail views)
This commit is contained in:
+2
@@ -37,6 +37,8 @@ struct AdvancedShieldsSettingsView: View {
|
||||
title: Strings.manageWebsiteDataTitle,
|
||||
subtitle: nil
|
||||
)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.contentShape(.rect)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user