From a1fa40ff966fb45cb92a6f320872da7006660b2c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 19 Jul 2012 01:02:53 +0400 Subject: LoginView: fix backstack issue --- Juick/LoginView.xaml | 5 ++--- Juick/LoginView.xaml.cs | 18 ++++-------------- Juick/MainPage.xaml.cs | 3 +++ 3 files changed, 9 insertions(+), 17 deletions(-) diff --git a/Juick/LoginView.xaml b/Juick/LoginView.xaml index 6f47b72..db5e193 100644 --- a/Juick/LoginView.xaml +++ b/Juick/LoginView.xaml @@ -11,7 +11,7 @@ Foreground="{StaticResource PhoneForegroundBrush}" SupportedOrientations="Portrait" Orientation="Portrait" mc:Ignorable="d" d:DesignHeight="768" d:DesignWidth="480" - shell:SystemTray.IsVisible="True"> + shell:SystemTray.IsVisible="True" Loaded="PhoneApplicationPage_Loaded"> @@ -31,8 +31,7 @@ -