mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
no fade animations
This commit is contained in:
parent
d5c610b819
commit
54141f77d6
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ namespace Bit.Droid
|
|||
Task.Run(() =>
|
||||
{
|
||||
FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true);
|
||||
FFImageLoading.ImageService.Instance.Initialize(new FFImageLoading.Config.Configuration
|
||||
{
|
||||
FadeAnimationEnabled = false,
|
||||
FadeAnimationForCachedImages = false
|
||||
});
|
||||
ZXing.Net.Mobile.Forms.Android.Platform.Init();
|
||||
});
|
||||
CrossFingerprint.SetCurrentActivityResolver(() => CrossCurrentActivity.Current.Activity);
|
||||
|
|
Loading…
Reference in a new issue