Limit ImageFloatingTextView maxLine to 10
ImageFloatingTextView is used in Notifications to render Notification content. IFTV adjust its maxLine and apply ellipsize when needed based on the available height. While notification height is limited, ImageFloatingTextView's first StaticLayout creation calculates the line beyond the available height. This CL limits maxLine to 10 when max limit is enabled. Bug: 298610449 Test: SystemUITests Change-Id: Ic79bb9734cdbcbee25d06a271042337137007788
Loading
Please register or sign in to comment