Skip to content

Commit

Permalink
Modify: Feature Flag Names to reflect those on Oppia Web
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas-67 committed Dec 4, 2023
1 parent 9744842 commit bcc938d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ annotation class EnableInteractionConfigChangeStateRetention
* Name of the feature flag that controls whether input interaction state is correctly retained
* across configuration changes.
*/
const val INTERACTION_CONFIG_CHANGE_STATE_RETENTION = "android_enable_interaction_config_change_state_retention"
const val INTERACTION_CONFIG_CHANGE_STATE_RETENTION =
"android_enable_interaction_config_change_state_retention"

/**
* Default value for feature flag corresponding to [EnableInteractionConfigChangeStateRetention].
Expand Down

0 comments on commit bcc938d

Please sign in to comment.