From 847a848d0ee9363192f3d4a1c7da9f87f75944ab Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 12 Dec 2022 10:43:19 +0800 Subject: [PATCH] Disable push until we resolve some issues with rules --- .../OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift b/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift index f7d504e1f..09530202b 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift @@ -109,9 +109,9 @@ struct ProfileView: View { #if os(iOS) Section { - NavigationLink(destination: PushNotificationSettingsView()) { - Text("Push Notifications") - } +// NavigationLink(destination: PushNotificationSettingsView()) { +// Text("Push Notifications") +// } NavigationLink(destination: TextToSpeechView()) { Text("Text to Speech") }