Skip to content

Commit

Permalink
chore(onyx-356): add AREnableSingleActivityPanelScreen feature flag (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
nickskalkin authored Sep 21, 2023
1 parent 871a79b commit a01fb74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,12 @@ export const features: { [key: string]: FeatureDescriptor } = {
showInDevMenu: true,
echoFlagKey: "ARShowArtistsAlertsSet",
},
AREnableSingleActivityPanelScreen: {
description: "Enable Single Activity Panel screen",
readyForRelease: false,
showInDevMenu: true,
echoFlagKey: "AREnableSingleActivityPanelScreen",
},
}

export interface DevToggleDescriptor {
Expand Down

0 comments on commit a01fb74

Please sign in to comment.