Archived
1
0

#190, 206: Fixed

This commit is contained in:
Michael Gordeev
2018-10-10 19:51:32 +03:00
parent e57277f7a5
commit ced1588c54
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -43,6 +43,7 @@ using Windows.ApplicationModel;
using System.Net;
using Windows.UI.Popups;
using Windows.Networking.Connectivity;
using Windows.UI.Core;
// The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409
@@ -449,6 +450,7 @@ namespace FoxTube
}
(videoPlaceholder.Content as VideoPage).player.pointerCaptured = false;
videoPlaceholder.Content = null;
Window.Current.CoreWindow.PointerCursor = new CoreCursor(CoreCursorType.Arrow, 0);
MaximizeVideo();
if (content.CanGoBack)