Archived
1
0

Bugfix 227

Related Work Items: #227
This commit is contained in:
Michael Gordeev
2018-12-16 22:13:56 +03:00
parent 4fd745c80c
commit 76fce4fb2a
+3 -2
View File
@@ -90,6 +90,8 @@ namespace FoxTube
catch { }
}
content.Navigate(typeof(Home));
SecretsVault.AuthorizationStateChanged += Vault_AuthorizationStateChanged;
SecretsVault.SubscriptionsChanged += SecretsVault_SubscriptionsChanged;
SecretsVault.NotPurchased += () => removeAds.Visibility = Visibility.Visible;
@@ -236,8 +238,7 @@ namespace FoxTube
}
nav.SelectedItem = toHome;
if(content.Content is Home)
content.Navigate(typeof(Home));
content.Navigate(typeof(Home));
if (videoPlaceholder.Content != null)
GoToVideo((videoPlaceholder.Content as VideoPage).videoId);