1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

update FFImageLoading and disable gifs on ios

This commit is contained in:
Kyle Spearrin
2018-01-04 12:46:14 -05:00
parent c3570dd07a
commit c60a112039
2 changed files with 5 additions and 1 deletions

View File

@@ -287,6 +287,10 @@ namespace Bit.iOS
container.RegisterSingleton<IPushNotificationListener, PushNotificationListener>();
container.RegisterSingleton<IPushNotificationService, iOSPushNotificationService>();
FFImageLoading.ImageService.Instance.Initialize(new FFImageLoading.Config.Configuration
{
AnimateGifs = false
});
CachedImageRenderer.Init();
Resolver.SetResolver(new SimpleInjectorResolver(container));
}