add UmAlQuraCalendar

This commit is contained in:
Kyle Spearrin 2018-08-13 07:55:26 -04:00
parent 16ee34d7a7
commit e70dbf8d8d
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ namespace Bit.App
// Calendars are removed by linker. ref https://bugzilla.xamarin.com/show_bug.cgi?id=59077
new System.Globalization.ThaiBuddhistCalendar();
new System.Globalization.HijriCalendar();
new System.Globalization.UmAlQuraCalendar();
}
}
}