Archived
1
0

Updated target version to 17134

Fixed headers
Added ads to VideoGrid

Related Work Items: #162, #188
This commit is contained in:
Michael Gordeev
2019-04-10 14:02:42 +03:00
parent 9f87dd994c
commit 7cbbc59e16
22 changed files with 311 additions and 170 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ namespace FoxTube.Controls
try { avatar.ProfilePicture = new BitmapImage(new Uri((await r.ExecuteAsync()).Items[0].Snippet.Thumbnails.Medium.Url)) { DecodePixelWidth = 46, DecodePixelHeight = 46 }; }
catch { }
Opacity = 1;
show.Begin();
}
catch (Exception e)
{
@@ -87,7 +87,7 @@ namespace FoxTube.Controls
private void Thumbnail_ImageOpened(object sender, RoutedEventArgs e)
{
thumbnail.Opacity = 1;
showThumb.Begin();
}
}
}