| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
if (_heightConstraint.constant == constant) {
return;
}maybe return if the absolute difference between these two constants is less than 0.5? Reference: https://source.chromium.org/chromium/chromium/src/+/main:ios/chrome/browser/infobars/ui_bundled/presentation/infobar_banner_presentation_controller.mm;l=104?q=viewwilllayoutsubview%20cgrect&start=11
⬆️ which still fails occasionally due to infinite recursion
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |