From 08c4e2d465108cd5d5489198bdcb20e92fd82ee1 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Sun, 17 Dec 2017 19:17:53 -0800 Subject: [PATCH] UWP: Enable Collection Services (#214) Signed-off-by: Alistair Francis --- src/UWP/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/UWP/App.xaml.cs b/src/UWP/App.xaml.cs index c97704722d..980193e4ec 100644 --- a/src/UWP/App.xaml.cs +++ b/src/UWP/App.xaml.cs @@ -89,6 +89,7 @@ namespace Bit.UWP container.RegisterSingleton(); container.RegisterSingleton(); container.RegisterSingleton(); + container.RegisterSingleton(); container.RegisterSingleton(); container.RegisterSingleton(); container.RegisterSingleton();