Skip to content

Commit 66cd45f

Browse files
authored
Enable Native Inserter and re-show New Stats prompt (#25002)
* Enable native inserter FF * Increment new stats prompt
1 parent e383f56 commit 66cd45f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public enum FeatureFlag: Int, CaseIterable {
8585
case .newSupport:
8686
return false
8787
case .nativeBlockInserter:
88-
return false
88+
return true
8989
}
9090
}
9191

WordPress/Classes/ViewRelated/Tips/AppTips.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ enum AppTips {
5353
}
5454

5555
struct NewStatsTip: Tip {
56-
let id = "new_stats_tip"
56+
let id = "new_stats_tip_2"
5757

5858
var title: Text {
5959
Text(NSLocalizedString("tips.newStats.title", value: "Try New Stats", comment: "Tip for new stats feature"))

0 commit comments

Comments
 (0)