mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 22:53:34 +00:00
FFImageLoading only for main app
This commit is contained in:
@@ -246,6 +246,17 @@ namespace Bit.iOS
|
||||
"oldSecureStorageService", new Migration.KeyChainStorageService());
|
||||
}
|
||||
|
||||
// Note: This might cause a race condition. Investigate more.
|
||||
Task.Run(() =>
|
||||
{
|
||||
FFImageLoading.Forms.Platform.CachedImageRenderer.Init();
|
||||
FFImageLoading.ImageService.Instance.Initialize(new FFImageLoading.Config.Configuration
|
||||
{
|
||||
FadeAnimationEnabled = false,
|
||||
FadeAnimationForCachedImages = false
|
||||
});
|
||||
});
|
||||
|
||||
iOSCoreHelpers.RegisterLocalServices();
|
||||
RegisterPush();
|
||||
ServiceContainer.Init();
|
||||
|
||||
Reference in New Issue
Block a user