Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

修复在播放结束后有时会卡死的问题 #1067

Merged
merged 1 commit into from
Apr 17, 2022
Merged

Conversation

Richasy
Copy link
Owner

@Richasy Richasy commented Apr 17, 2022

Close #1046 #1019 #1016

造成这个问题的原因可能来自多个方面,一方面网络请求与UI变化同时发生,造成线程卡死;一方面UI元素布局出现异常。

PR 类型

这个 PR 的目的是什么?

  • Bug 修复

当前行为是什么?

有些时候,视频播放结束会卡死UI

新的行为是什么?

将可能的原因修复,目前该问题已无法在本机复现

PR 检查清单

请检查你的 PR 是否满足以下要求:

  • 应用成功启动
  • 文件头已经被添加至所有源文件中
  • 包含破坏式更新

备注

这可能并没有彻底修复该问题,需等待进一步反馈

@Richasy Richasy added bug 🐛 异常或错误使得应用不能按预期工作 UI 问题 🎨 用户界面表现不符合预期 操作与体验 🧤 有关操作体验的问题 labels Apr 17, 2022
@Richasy Richasy merged commit 8f0c81c into main Apr 17, 2022
@Richasy Richasy deleted the richasy/fixFreeze branch April 17, 2022 14:17
@longisland-icetea
Copy link

longisland-icetea commented Apr 17, 2022

#1046
更新了之后似乎问题依然存在,这是日志

2022/04/18 00:16:28.614|Error|
系统信息:10.0.19044.1645 | Windows.Desktop | X64
应用信息:2.2204.5.0 | 中文(简体,中国)

|Windows.UI.Xaml.LayoutCycleException: Layout cycle detected. Layout could not complete.
Layout cycle detected. Layout could not complete.

不过表现形式和之前不一样,视频还能用鼠标点击播放暂停,只不过控制栏失效

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 🐛 异常或错误使得应用不能按预期工作 UI 问题 🎨 用户界面表现不符合预期 操作与体验 🧤 有关操作体验的问题
Projects
None yet
2 participants