@@ -90,6 +90,8 @@ namespace FoxTube
|
|||||||
catch { }
|
catch { }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
content.Navigate(typeof(Home));
|
||||||
|
|
||||||
SecretsVault.AuthorizationStateChanged += Vault_AuthorizationStateChanged;
|
SecretsVault.AuthorizationStateChanged += Vault_AuthorizationStateChanged;
|
||||||
SecretsVault.SubscriptionsChanged += SecretsVault_SubscriptionsChanged;
|
SecretsVault.SubscriptionsChanged += SecretsVault_SubscriptionsChanged;
|
||||||
SecretsVault.NotPurchased += () => removeAds.Visibility = Visibility.Visible;
|
SecretsVault.NotPurchased += () => removeAds.Visibility = Visibility.Visible;
|
||||||
@@ -236,7 +238,6 @@ namespace FoxTube
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav.SelectedItem = toHome;
|
nav.SelectedItem = toHome;
|
||||||
if(content.Content is Home)
|
|
||||||
content.Navigate(typeof(Home));
|
content.Navigate(typeof(Home));
|
||||||
|
|
||||||
if (videoPlaceholder.Content != null)
|
if (videoPlaceholder.Content != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user