From c93375d4fba98b520fcfb25937ed778b050992cd Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 15 Nov 2022 08:44:23 +0800 Subject: [PATCH] Remove old comment --- .../App/AppExtensions/Share/Views/ShareExtensionView.swift | 1 - 1 file changed, 1 deletion(-) 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)