geolocation

This commit is contained in:
Paul Schneider 2017-01-31 15:47:42 +01:00
commit 9940b5a4ca
8 changed files with 81 additions and 40 deletions

View file

@ -4,8 +4,6 @@ using Xamarin.Forms;
using XLabs.Forms.Behaviors;
using XLabs.Forms.Controls;
using XLabs.Forms.Mvvm;
using XLabs.Ioc;
using XLabs.Platform.Services;
namespace ZicMoove.ViewModels.UserProfile
{
@ -138,8 +136,6 @@ namespace ZicMoove.ViewModels.UserProfile
}
}
private bool userIsPro = false;
public UserProfileViewModel()
{
Accounts = MainSettings.AccountList;