summaryrefslogtreecommitdiff
path: root/Juick/MainPage.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/MainPage.xaml.cs')
-rw-r--r--Juick/MainPage.xaml.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/MainPage.xaml.cs b/Juick/MainPage.xaml.cs
index a279a83..0cfe351 100644
--- a/Juick/MainPage.xaml.cs
+++ b/Juick/MainPage.xaml.cs
@@ -78,7 +78,10 @@ namespace Juick
if (!App.MyFeedView.IsDataLoaded)
{
if (string.IsNullOrEmpty(App.Account.Credentials.UserName))
+ {
NavigationService.Navigate(new Uri("/LoginView.xaml", UriKind.Relative));
+ }
+
else
{
App.MyFeedView.LoadData();