Skip to content

Commit

Permalink
change the value to false (#4523)
Browse files Browse the repository at this point in the history
  • Loading branch information
JishnuGoyal authored Aug 24, 2022
1 parent 76f954d commit ca39ac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const val CACHE_LATEX_RENDERING_DEFAULT_VALUE = true
annotation class EnableEditAccountsOptionsUi

/** Default value for the feature flag corresponding to [EnableEditAccountsOptionsUi]. */
const val ENABLE_EDIT_ACCOUNTS_OPTIONS_UI_DEFAULT_VALUE = true
const val ENABLE_EDIT_ACCOUNTS_OPTIONS_UI_DEFAULT_VALUE = false

/** Qualifier for the platform parameter that controls whether to record performance metrics. */
@Qualifier
Expand Down

0 comments on commit ca39ac6

Please sign in to comment.