Commit d3156a2
Fabrice Di Meglio
Fix bug #7164967 android.view.cts.ViewGroup_MarginLayoutParamsTest#testResolveMarginsRelative failures on JO
This was a regression introduced by a previous CL.
- we actually need to let the layout params resolution goes all the time
as we dont have any "isResolved" state and a public API for doing its reset thru ViewGroup.
The current implementation is simple and works even if it is doing sometimes a bit more
than it should really do. This is a well conscious tradeoff.
Change-Id: I5c4d532331b3970dfe88f016bc305cbc4a0d83f11 parent 398a671 commit d3156a2
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5990 | 5990 | | |
5991 | 5991 | | |
5992 | 5992 | | |
5993 | | - | |
5994 | | - | |
5995 | | - | |
5996 | | - | |
5997 | | - | |
5998 | 5993 | | |
5999 | 5994 | | |
6000 | 5995 | | |
| |||
0 commit comments