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:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user