Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit fc64eee9 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

[Notification Content Cut Off] Messaging child requestLayout

MessagingLinearLayout is using hide parameter to decide children visibility in onMeasure, assuming that they are always measured.
measureChildren methods call measure method of View and if there is existing measured dimensions, it reuses them by passing onMeasure.
This cause MessagingLinearLayout not to update its children hide property correctly and cause corrupted MessagingLinearLayout.

Bug: 324537506
Test: SystemUITests & Post Conversation Group with short actions and trigger 4 times orientation change. Conversation Group should look correct and there shouldnt be any content cut off
Flag: ACONFIG messaging_child_request_layout DEVELOPMENT
Change-Id: I53705d614efcb73fefc5a90c09e189b8aa0fa172
parent 377d85d8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment