From 888b4514d4f056550a81d486362e01b687482687 Mon Sep 17 00:00:00 2001 From: Vova Ignatov Date: Mon, 24 Nov 2025 13:13:34 +0000 Subject: [PATCH] IOS-5054 Disabled showUploadStatusIndicator --- .../Utils/FeatureFlags/FeatureDescription+Flags.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift b/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift index 4bc9b76144..cadd9ae616 100644 --- a/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift +++ b/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift @@ -26,7 +26,7 @@ public extension FeatureDescription { static let showUploadStatusIndicator = FeatureDescription( title: "Show visual indicator for uploading files - IOS-5054", type: .feature(author: "vova@anytype.io", releaseVersion: "14"), - defaultValue: true + defaultValue: false ) static let newObjectSettings = FeatureDescription(