mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
cached images
This commit is contained in:
@@ -6,6 +6,7 @@ using Bit.App.Controls;
|
||||
using Bit.App.Resources;
|
||||
using Xamarin.Forms;
|
||||
using XLabs.Ioc;
|
||||
using FFImageLoading.Forms;
|
||||
|
||||
namespace Bit.App.Pages
|
||||
{
|
||||
@@ -127,9 +128,11 @@ namespace Bit.App.Pages
|
||||
Text = detailText
|
||||
};
|
||||
|
||||
var image = new Image
|
||||
var image = new CachedImage
|
||||
{
|
||||
Source = imageSource
|
||||
Source = imageSource,
|
||||
WidthRequest = 44,
|
||||
HeightRequest = 44
|
||||
};
|
||||
|
||||
var grid = new Grid
|
||||
|
||||
Reference in New Issue
Block a user