Skip to content

Commit

Permalink
Make fun private
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Dec 13, 2024
1 parent b9e5c5d commit c62e604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PerAppLocaleManager @Inject constructor(

fun getCurrentLocaleDisplayName(): String = getCurrentLocale().displayName

fun getCurrentLocaleLanguageCode(): String = getCurrentLocale().language
private fun getCurrentLocaleLanguageCode(): String = getCurrentLocale().language

/**
* Important: this should only be called after Activity.onCreate()
Expand Down

0 comments on commit c62e604

Please sign in to comment.