Skip to content

Commit

Permalink
Fix oppia#5225: Remove the EnableLanguageSelectionUi Feature Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanikanta335 committed Nov 27, 2023
1 parent 4b16efe commit 92fbc8d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ class OptionControlsViewModel @Inject constructor(
private fun createAppLanguageViewModel(language: OppiaLanguage): OptionsAppLanguageViewModel? {
return OptionsAppLanguageViewModel(
routeToAppLanguageListListener,
loadAppLanguageListListener, language,
loadAppLanguageListListener,
language,
resourceHandler.computeLocalizedDisplayName(language)
)
}
Expand Down

0 comments on commit 92fbc8d

Please sign in to comment.