1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-29 04:07:37 +02:00

fix multiple i18n inits

This commit is contained in:
Kyle Spearrin 2019-04-18 12:34:53 -04:00
parent e141991166
commit 1dd5f9fc27

View File

@ -62,7 +62,6 @@ namespace Bit.App
private void SetCulture()
{
_i18nService.Init();
// Calendars are removed by linker. ref https://bugzilla.xamarin.com/show_bug.cgi?id=59077
new System.Globalization.ThaiBuddhistCalendar();
new System.Globalization.HijriCalendar();