1
0
Fork 0
fenix/app/src/main/java/org/mozilla
Michael Comella 5ef6b49aa1
For #8795: remove redundant ConstraintLayout around BrowserToolbar. (#12014)
This is functionally equivalent to the code before this patch but should
be slightly more performant in theory because ConstraintLayout is
expensive to inflate.

The elevation and layoutParams set dynamically appeared to have no effect
with the wrapping view but broke the view when used by itself so I had
to remove them. I also updated a few other unnecessary params.

Theoretically this may have some perf benefits but I didn't see anything
outside noise levels after I took the numbers (but I didn't try very
hard).
2020-06-26 21:31:02 -04:00
..
fenix For #8795: remove redundant ConstraintLayout around BrowserToolbar. (#12014) 2020-06-26 21:31:02 -04:00
gecko/search For #11183: Redirect user to homescreen after widget added 2020-06-24 21:41:42 -04:00