Commit b3458f1
committed
fix: correct bubble position on cold start
1. Set explicit implicitWidth and implicitHeight for appIcon in
NotifyItemContent
2. Prevent icon size from being incorrectly resolved during initial
layout, which caused wrong bubble height calculation
3. Ensure bubble popup position is correct on cold start
Log: Fix bubble position error caused by incorrect height calculation on cold start
fix: 修复冷启动时气泡弹出位置错误
1. 为 NotifyItemContent 中的 appIcon 设置显式的 implicitWidth 和
implicitHeight
2. 防止图标在初始布局时尺寸解析错误,导致气泡高度计算不对
3. 确保冷启动时气泡弹出位置正确
Log: 修复冷启动时因高度计算错误导致气泡弹出位置不对的问题
PMS: BUG-3621431 parent ae3a27b commit b3458f1
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
0 commit comments