mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dismiss taost after updating prefetch rule
This commit is contained in:
parent
a882c759c2
commit
a6f67874af
1 changed files with 3 additions and 0 deletions
|
|
@ -484,6 +484,9 @@ struct SubscriptionSettingsView: View {
|
|||
subscription: subscription,
|
||||
fetchContent: newValue
|
||||
)
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + .milliseconds(1500)) {
|
||||
viewModel.showOperationToast = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue