mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +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(() =>
|
Task.Run(() =>
|
||||||
{
|
{
|
||||||
FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true);
|
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();
|
ZXing.Net.Mobile.Forms.Android.Platform.Init();
|
||||||
});
|
});
|
||||||
CrossFingerprint.SetCurrentActivityResolver(() => CrossCurrentActivity.Current.Activity);
|
CrossFingerprint.SetCurrentActivityResolver(() => CrossCurrentActivity.Current.Activity);
|
||||||
|
|
Loading…
Reference in a new issue