diff --git a/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift b/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift index 5271d7c57..c4a0ea82d 100644 --- a/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift +++ b/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift @@ -182,7 +182,6 @@ public struct ShareExtensionView: View { editingTitle = true } }) - // Disabling this button temporarily .disabled(editingTitle) .opacity(editingTitle ? 0.0 : 1.0)