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

Skip to content
Commit 97ae017e authored by Mady Mellor's avatar Mady Mellor
Browse files

Fix an issue where insets were double subtracted when sizing taskview

getExpandedViewContainerPadding already accounts for the insets when
calculating the padding around the bubble expanded view.

mPositionRect is the rect that accounts for the insets, so when
using it in combo with getExpandedViewContainerPadding, we'd subtract
any insets twice. mScreenRect does not account for the insets, so
we should use that here instead.

Test: m CtsVerifier and ran through bubble test cases
Test: atest BubblePositionerTest
Test: manual - look at expanded bubbles in portrait / landscape on
               folded / unfolded device (with and without insets),
               and on large screen tablet.
Bug: 318308404
Bug: 322430409
Change-Id: Id96e0564321d9ba1ed554a2ca6050adf09021ba2
parent 6b8d8a46
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