diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift index 430b16d26..1f35cd922 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -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)