Passed the run! will fix merge conflict after part 1 lands. PTAL Thank you!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
+Dan to coreview
if (mOtherContainers[i].hasTargetView()) {Is removing this intended?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (mOtherContainers[i].hasTargetView()) {Alexis WuIs removing this intended?
Yes, this is for lazy inflation :)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Dan Polanco+Dan to coreview
I will make sure to review and test this CL later today, let's not trigger submit for now
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
private void createMediator(boolean shouldIncludeHomeButton) {
createMediator(shouldIncludeHomeButton, /* shouldIncludeGlic= */ false);
}nit: Clean this up - we can just remove the `shouldIncludeGlic` from the method above
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Dan Polanco+Dan to coreview
I will make sure to review and test this CL later today, let's not trigger submit for now
Friendly bump - we need this CL to land for branch :)
Dan Polanco+Dan to coreview
Wenyu FuI will make sure to review and test this CL later today, let's not trigger submit for now
Friendly bump - we need this CL to land for branch :)
I tested locally and don't see major concerns. I have a quick fix to ensure we properly delay the stub inflation. We can land this for now!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
private void createMediator(boolean shouldIncludeHomeButton) {
createMediator(shouldIncludeHomeButton, /* shouldIncludeGlic= */ false);
}nit: Clean this up - we can just remove the `shouldIncludeGlic` from the method above
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |