Skip to content

Commit 673b14b

Browse files
committed
IOS-4807 Remove guideUseCaseForDataSpace
1 parent abbd4af commit 673b14b

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

Anytype/Sources/PresentationLayer/Modules/SpaceCreate/SpaceCreateData.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extension SpaceUxType {
2525
var useCase: UseCase {
2626
switch self {
2727
case .chat, .stream: return .emptyMobile
28-
case .data: return FeatureFlags.guideUseCaseForDataSpace ? .guideOnly : .emptyMobile
28+
case .data: return .emptyMobile
2929
default: return .empty
3030
}
3131
}

Modules/AnytypeCore/AnytypeCore/Generated/FeatureFlags+Flags.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ public extension FeatureFlags {
9090
value(for: .anyAppBetaTip)
9191
}
9292

93-
static var guideUseCaseForDataSpace: Bool {
94-
value(for: .guideUseCaseForDataSpace)
95-
}
96-
9793
static var chatLayoutInsideSpace: Bool {
9894
value(for: .chatLayoutInsideSpace)
9995
}
@@ -201,7 +197,6 @@ public extension FeatureFlags {
201197
.dndOnCollectionsAndSets,
202198
.aiToolInSet,
203199
.anyAppBetaTip,
204-
.guideUseCaseForDataSpace,
205200
.chatLayoutInsideSpace,
206201
.joinStream,
207202
.simpleSetForTypes,

Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,6 @@ public extension FeatureDescription {
140140
debugValue: false
141141
)
142142

143-
static let guideUseCaseForDataSpace = FeatureDescription(
144-
title: "Guide usecase for data space",
145-
type: .feature(author: "[email protected]", releaseVersion: "demo"),
146-
releaseAnytypeValue: false,
147-
releaseAnyAppValue: true,
148-
debugValue: false
149-
)
150-
151143
static let chatLayoutInsideSpace = FeatureDescription(
152144
title: "Chat Layout Inside Space",
153145
type: .feature(author: "[email protected]", releaseVersion: "?"),

0 commit comments

Comments
 (0)