From 0eca640aa38c5697739f66d1b3e565d46e615b78 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 19 Jun 2018 17:08:43 +0300 Subject: Improved Keyboard View. Applies TouchPanel to PPC. Implemented LoginView for PPC. --- .../Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs index 5bc02f829..f14fb7283 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs @@ -34,14 +34,9 @@ namespace Tango.PPC.UI.ViewModels /// /// Called when the application has been started. /// - public async override void OnApplicationStarted() + public override void OnApplicationStarted() { - ApplicationManager.ModulesInitialized += (_, __) => - { - NavigationManager.NavigateTo(NavigationView.HomeModule); - }; - - await AuthenticationProvider.Login("roy@twine-s.com", "1234"); + NavigationManager.NavigateTo(NavigationView.LoginView); } } } -- cgit v1.3.1