Purge static current locale from API: complete
This commit is contained in:
parent
82318ffab7
commit
258775ff3f
3 changed files with 5 additions and 14 deletions
|
|
@ -145,7 +145,6 @@ namespace LibationLauncher
|
|||
var localeName = jLocale.Value<string>();
|
||||
var locale = Localization.Get(localeName);
|
||||
|
||||
Localization.SetLocale(Configuration.Instance.LocaleCountryCode);
|
||||
var api = EzApiCreator.GetApiAsync(locale, AccountsSettingsFileLegacy30).GetAwaiter().GetResult();
|
||||
var email = api.GetEmailAsync().GetAwaiter().GetResult();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue