Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Dec 17, 2024
1 parent f0b571b commit 58be3db
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ class PerAppLocaleManager @Inject constructor(
}
}

/**
* This routine can be helpful during development to reset the app locale
*/
@Suppress("unused")
fun resetApplicationLocale() {
AppCompatDelegate.setApplicationLocales(LocaleListCompat.getEmptyLocaleList())
}
Expand Down

0 comments on commit 58be3db

Please sign in to comment.