1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

update ffimageloading lib

This commit is contained in:
Kyle Spearrin
2018-01-08 11:51:23 -05:00
parent 3f1aab27d6
commit a9a5da6dc6
3 changed files with 28 additions and 11 deletions

View File

@@ -287,10 +287,6 @@ 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));
}