提交 b5be12a1 编写于 作者: R rafael-rosa-knowcode 提交者: Jerome Laban

chore: remove _isFullscreenWindow attribut

上级 0afa0ab7
......@@ -83,7 +83,6 @@ public partial class GtkMediaPlayer : Border
if (_videoView != null && _mediaPlayer != null)
{
Stop();
_videoView._isFullscreenWindow = true;
_ = Dispatcher.RunAsync(CoreDispatcherPriority.Normal, async () =>
{
await Initialized();
......@@ -118,8 +117,6 @@ public partial class GtkMediaPlayer : Border
if (_videoView != null && _mediaPlayer != null)
{
Stop();
//_mediaPlayer.Dispose();
_videoView._isFullscreenWindow = true;
_ = Dispatcher.RunAsync(CoreDispatcherPriority.Normal, async () =>
{
await Initialized();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册