mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-27 12:26:31 +01:00
set calendars removed by linker
This commit is contained in:
parent
2ad55e8a8c
commit
16ee34d7a7
@ -317,6 +317,10 @@ namespace Bit.App
|
|||||||
AppResources.Culture = ci;
|
AppResources.Culture = ci;
|
||||||
_localizeService.SetLocale(ci);
|
_localizeService.SetLocale(ci);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Calendars are removed by linker. ref https://bugzilla.xamarin.com/show_bug.cgi?id=59077
|
||||||
|
new System.Globalization.ThaiBuddhistCalendar();
|
||||||
|
new System.Globalization.HijriCalendar();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user