1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

PM-3349 PM-3350 Fixed Unit tests because of referencing FFImageLoading when it's not possible

This commit is contained in:
Federico Maccaroni
2024-02-08 12:31:52 -03:00
parent 51ee6a84b5
commit 4631a9e62c
2 changed files with 12 additions and 0 deletions

View File

@@ -32,6 +32,11 @@
get { return (Aspect)GetValue(AspectProperty); }
set { SetValue(AspectProperty, value); }
}
public bool IsLoading { get; set; }
public event EventHandler Success;
public event EventHandler Error;
}
#endif
}