Snackbar should always be opaque

This commit is contained in:
Jackson Harper
2023-10-27 16:31:47 +08:00
parent 9ab9316d76
commit 1925ac34e9

View File

@ -614,7 +614,7 @@ struct WebReaderContainerView: View {
.autohideIn(2)
.position(.bottom)
.animation(.spring())
.closeOnTapOutside(true)
.isOpaque(false)
}
.onReceive(NSNotification.readerSnackBarPublisher) { notification in
if let message = notification.userInfo?["message"] as? String {