Set Ready For Review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
assert placeholder instanceof TextViewWithCompoundDrawables;Nit: I think this assert suffice and cover the null case above as well.
NullUtil.assertNonNull(mContentView.findViewById(mEmptyPlaceholderContainerId));Is mEmptyPlaceholderContainerId still used after this removal?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
View placeholder = mContentView.findViewById(R.id.empty_placeholder_container);Optional: Altho I wonder if, now that you make the cobrowseViews setup the empty view.... maybe you should also make the CoBrowseViews responsible for updating its visibility?
It's a little weird that the TBSC still need to reach into this view to update the visibility.