Skip to content

Commit

Permalink
fix app not opening on api level below 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaik-Sirajuddin committed Oct 28, 2023
1 parent c4f9e49 commit bc0b31d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class AndroidLocaleFactory @Inject constructor(
val primaryLocaleSource = LocaleSource.createFromPrimary(localeContext)
val fallbackLocaleSource = LocaleSource.createFromFallback(localeContext)
val proposal = chooser.findBestProposal(primaryLocaleSource, fallbackLocaleSource)
memoizedLocales.putIfAbsent(localeContextg, proposal.computedLocale)
memoizedLocales.putIfAbsent(localeContext, proposal.computedLocale)
proposal.computedLocale
}
}
Expand Down

0 comments on commit bc0b31d

Please sign in to comment.