From ff776e485ad17e7f4921c17eeb183de11f511473 Mon Sep 17 00:00:00 2001 From: kspearrin Date: Mon, 10 Dec 2018 11:56:07 -0500 Subject: [PATCH] new instance of deviceservice --- src/iOS/AppDelegate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iOS/AppDelegate.cs b/src/iOS/AppDelegate.cs index 5156e02a4..000751e25 100644 --- a/src/iOS/AppDelegate.cs +++ b/src/iOS/AppDelegate.cs @@ -344,7 +344,7 @@ namespace Bit.iOS container.RegisterSingleton(); container.RegisterSingleton(); container.RegisterSingleton(); - container.RegisterSingleton(); + container.RegisterInstance(new DeviceInfoService()); container.RegisterSingleton(); container.RegisterSingleton(); container.RegisterSingleton();