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

修复因播放提示导致的崩溃问题 #974

Merged
merged 1 commit into from
Apr 2, 2022

Conversation

Richasy
Copy link
Owner

@Richasy Richasy commented Apr 2, 2022

Close #970

当提示弹出时,若同时有布局变化,比如全屏或者刷新,就会导致没被限制高度的提示在重复布局中走向崩溃。
所以这个PR使用自定义控件限制宽高,以解决这个问题

PR 类型

这个 PR 的目的是什么?

  • Bug 修复

当前行为是什么?

大布局套着小布局引发回环,最终导致整个布局崩溃

新的行为是什么?

解决小布局的回环问题

PR 检查清单

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

  • 应用成功启动
  • 新组件
    • 对于控件,已将控件放在主项目的 Controls 文件夹内
  • 文件头已经被添加至所有源文件中
  • 包含破坏式更新

备注

不确定是否最终解决了全部问题,但是在数次测试中都不会再复现

@Richasy Richasy added bug 🐛 异常或错误使得应用不能按预期工作 UI 问题 🎨 用户界面表现不符合预期 labels Apr 2, 2022
@Richasy Richasy merged commit 8e60fcf into main Apr 2, 2022
@Richasy Richasy deleted the richasy/fixPlayerTipLayoutIssue branch April 2, 2022 08:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 🐛 异常或错误使得应用不能按预期工作 UI 问题 🎨 用户界面表现不符合预期
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] 播放提示弹出前进入全屏模式会闪退
1 participant