#202: Fixed
This commit is contained in:
@@ -59,9 +59,9 @@ namespace FoxTube
|
|||||||
|
|
||||||
private void pivot_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
private void pivot_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||||
{
|
{
|
||||||
if (pivot.SelectedIndex == 3 && !inboxLoaded)
|
if (pivot.SelectedIndex == 2 && !inboxLoaded)
|
||||||
{
|
{
|
||||||
(((pivot.Items[3] as PivotItem).Content as ScrollViewer).Content as Inbox).LoadItems();
|
(((pivot.Items[2] as PivotItem).Content as ScrollViewer).Content as Inbox).LoadItems();
|
||||||
inboxLoaded = true;
|
inboxLoaded = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ namespace FoxTube.Pages.SettingsPages
|
|||||||
{
|
{
|
||||||
content.Text = "";
|
content.Text = "";
|
||||||
title.Text = "";
|
title.Text = "";
|
||||||
|
list.SelectedItem = null;
|
||||||
block.Visibility = Visibility.Visible;
|
block.Visibility = Visibility.Visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user