From 010f805a908690c5f6dcac05919b862cf1092777 Mon Sep 17 00:00:00 2001 From: Christian Arenas Date: Wed, 12 Jul 2017 11:34:07 +0200 Subject: [PATCH] fix xamarin location values when saving the settings with double type --- .../eShopOnContainers.Core/App.xaml | 1 + .../eShopOnContainers.Core/App.xaml.cs | 9 +++---- .../Converters/DoubleConverter.cs | 24 +++++++++++++++++++ .../Helpers/Settings.cs | 12 +++++----- .../ViewModels/SettingsViewModel.cs | 12 ++++++---- .../Views/SettingsView.xaml | 4 ++-- .../eShopOnContainers.Core.csproj | 1 + 7 files changed, 46 insertions(+), 17 deletions(-) create mode 100644 src/Mobile/eShopOnContainers/eShopOnContainers.Core/Converters/DoubleConverter.cs diff --git a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml index b8acbf952..9aabf918c 100644 --- a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml +++ b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml @@ -111,6 +111,7 @@ +