mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Call check for update digest when loading
This commit is contained in:
parent
137e3b2e94
commit
6e89e466cd
1 changed files with 1 additions and 0 deletions
|
|
@ -351,6 +351,7 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
if viewModel.currentFolder == "following", viewModel.fetcher.items.count > 0 {
|
||||
viewModel.stopUsingFollowingPrimer = true
|
||||
}
|
||||
await viewModel.checkForDigestUpdate(dataService: dataService)
|
||||
}
|
||||
.environment(\.editMode, self.$isEditMode)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
|
|
|
|||
Loading…
Reference in a new issue