mirror of
https://gitee.com/openharmony/applications_screenlock
synced 2024-11-23 06:19:47 +00:00
#IB2AHZ[Bug]: 弹窗通知显示不全
https://gitee.com/openharmony/applications_screenlock/issues/IB2AHZ 问题根因:1.在mms应用中对新消息中content字段进行了截取操作,只展示15个字段加上省略号代替,导致在发送通知时,通知内容展示不完全。2.拨号时当判断是紧急号码会调起通话界面 解决方案:1.在mms应用中取消content字段截取操作。在systemui和screenlock通知栏展示中,对通知消息进行显示行数的限制。只展示4行内容,省下用省略号代替。并修改多条消息折叠状态下消息展示的布局。 2.取消紧急号码判断,拨号时只要无SIM卡都不调起通话界面,并且屏蔽锁屏页紧急呼叫按钮 是否完成变为规范自检:Y 是否编译且自验证通过:Y 影响的设备与平台范围:oriole; 团队:H Signed-off-by: guobingluo <gbluod@isoftstone.com>
This commit is contained in:
parent
47282158ae
commit
564fb138e4
@ -48,7 +48,7 @@ export default class Constants {
|
||||
static SUCCESS_CALLBACK: number = 1;
|
||||
static KEY_INPUT: string = 'inputAction';
|
||||
static FULL_CONTAINER_WIDTH = '100%';
|
||||
static NOT_FULL_WIDTH = '100%';
|
||||
static NOT_FULL_WIDTH = '90%';
|
||||
}
|
||||
|
||||
export class NotificationLayout {
|
||||
|
Loading…
Reference in New Issue
Block a user