feat(android): complete first successful skip export
This commit is contained in:
@@ -30,7 +30,7 @@ struct SnackbarOverlay: View {
|
||||
.padding(.bottom, 16)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.background(message.style.backgroundColor)
|
||||
.contentShape(Rectangle())
|
||||
.appContentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
center.handleTap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user