Skip to content

Commit

Permalink
Merge pull request #10727 from woocommerce/10723-better-tablet-produc…
Browse files Browse the repository at this point in the history
…ts-add-ff

[Better Tablet Products] Feature Flag
  • Loading branch information
kidinov authored Feb 12, 2024
2 parents cc013ff + b2b118f commit be81693
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import android.content.Context
enum class FeatureFlag {
DB_DOWNGRADE,
MORE_MENU_INBOX,
BETTER_TABLETS_SUPPORT_PRODUCTS,
WC_SHIPPING_BANNER,
IAP_FOR_STORE_CREATION,
BETTER_CUSTOMER_SEARCH_M2,
Expand All @@ -20,6 +21,7 @@ enum class FeatureFlag {
PackageUtils.isDebugBuild() || context != null && PackageUtils.isBetaBuild(context)
}

BETTER_TABLETS_SUPPORT_PRODUCTS,
MORE_MENU_INBOX,
WC_SHIPPING_BANNER,
BETTER_CUSTOMER_SEARCH_M2,
Expand Down

0 comments on commit be81693

Please sign in to comment.