mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
fix multiple i18n inits
This commit is contained in:
parent
e141991166
commit
1dd5f9fc27
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ namespace Bit.App
|
||||||
|
|
||||||
private void SetCulture()
|
private void SetCulture()
|
||||||
{
|
{
|
||||||
_i18nService.Init();
|
|
||||||
// Calendars are removed by linker. ref https://bugzilla.xamarin.com/show_bug.cgi?id=59077
|
// Calendars are removed by linker. ref https://bugzilla.xamarin.com/show_bug.cgi?id=59077
|
||||||
new System.Globalization.ThaiBuddhistCalendar();
|
new System.Globalization.ThaiBuddhistCalendar();
|
||||||
new System.Globalization.HijriCalendar();
|
new System.Globalization.HijriCalendar();
|
||||||
|
|
Loading…
Reference in a new issue