Merge pull request #3907 from omnivore-app/feat/ios-display-digest-icon

Call check for update digest when loading
This commit is contained in:
Jackson Harper 2024-05-07 15:58:33 +08:00 committed by GitHub
commit d52bdab3d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)