mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-27 12:26:31 +01:00
task.run ffimage init
This commit is contained in:
parent
7613f4191b
commit
dc0f9847c6
@ -39,7 +39,8 @@ namespace Bit.Droid
|
|||||||
|
|
||||||
private void RegisterLocalServices()
|
private void RegisterLocalServices()
|
||||||
{
|
{
|
||||||
FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true);
|
// Note: This might cause a race condition. Investigate more.
|
||||||
|
Task.Run(() => FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true));
|
||||||
|
|
||||||
var preferencesStorage = new PreferencesStorageService(null);
|
var preferencesStorage = new PreferencesStorageService(null);
|
||||||
var documentsPath = Environment.GetFolderPath(Environment.SpecialFolder.Personal);
|
var documentsPath = Environment.GetFolderPath(Environment.SpecialFolder.Personal);
|
||||||
|
Loading…
Reference in New Issue
Block a user