diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift index c3f0d934c..b2ef10d81 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -310,7 +310,10 @@ struct AnimatingCellHeight: AnimatableModifier { } ).tint(Color.appGrayText) Button( - action: { searchPresented = true }, + action: { + searchPresented = true + isEditMode = .inactive + }, label: { Image .magnifyingGlass