From 65efb1ddf8e8cd0fcd00d5186a2681ca2ac8e3c2 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Sun, 20 Mar 2022 09:46:40 -0700 Subject: [PATCH] toggle local webview flag --- apple/OmnivoreKit/Sources/Utils/FeatureFlags.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Utils/FeatureFlags.swift b/apple/OmnivoreKit/Sources/Utils/FeatureFlags.swift index a06f1d9e8..3c1597265 100644 --- a/apple/OmnivoreKit/Sources/Utils/FeatureFlags.swift +++ b/apple/OmnivoreKit/Sources/Utils/FeatureFlags.swift @@ -15,5 +15,5 @@ public enum FeatureFlag { public static let enableShareButton = false public static let enableSnooze = false public static let showFeedItemTags = false - public static let useLocalWebView = true + public static let useLocalWebView = false }