Skip to content

Commit

Permalink
Update LocaleController.kt
Browse files Browse the repository at this point in the history
Remove TODO on #3800 since it's been resolved.
  • Loading branch information
BenHenning authored Oct 7, 2021
1 parent 7238233 commit 59518ac
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ class LocaleController @Inject constructor(
}.build()
}

// TODO(#3800): Utilize this method to build in resilience for low-memory process deaths resulting
// in crashes upon the app be foregrounded.
/**
* Returns a new [DisplayLocale] corresponding to the specified [OppiaLocaleContext]. This is
* meant to be used in cases when a context needs to be saved (e.g. in a bundle) and later
Expand Down

0 comments on commit 59518ac

Please sign in to comment.