mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Snackbar should always be opaque
This commit is contained in:
parent
9ab9316d76
commit
1925ac34e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue