Skip to content

Commit

Permalink
Remove .nativePhotoPicker feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Oct 4, 2023
1 parent 3439c77 commit 014a69e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ enum FeatureFlag: Int, CaseIterable {
case commentModerationUpdate
case compliancePopover
case domainFocus
case nativePhotoPicker
case readerImprovements // pcdRpT-3Eb-p2
case mediaModernization

Expand Down Expand Up @@ -43,8 +42,6 @@ enum FeatureFlag: Int, CaseIterable {
return true
case .domainFocus:
return true
case .nativePhotoPicker:
return true
case .readerImprovements:
return false
case .mediaModernization:
Expand Down Expand Up @@ -91,8 +88,6 @@ extension FeatureFlag {
return "Compliance Popover"
case .domainFocus:
return "Domain Focus"
case .nativePhotoPicker:
return "Native Photo Picker"
case .readerImprovements:
return "Reader Improvements v1"
case .mediaModernization:
Expand Down

0 comments on commit 014a69e

Please sign in to comment.