diff --git a/mobile/android/base/toolbar/SiteIdentityPopup.java b/mobile/android/base/toolbar/SiteIdentityPopup.java index 754c05f4ee21..c32cec05d9c0 100644 --- a/mobile/android/base/toolbar/SiteIdentityPopup.java +++ b/mobile/android/base/toolbar/SiteIdentityPopup.java @@ -79,7 +79,8 @@ public class SiteIdentityPopup extends ArrowPopup { init(); } - if (mSiteIdentity.getSecurityMode() == SecurityMode.MIXED_CONTENT_LOADED) { + if (mSiteIdentity.getSecurityMode() == SecurityMode.MIXED_CONTENT_LOADED || + mSiteIdentity.getSecurityMode() == SecurityMode.MIXED_CONTENT_BLOCKED) { // Hide the identity data if there isn't valid site identity data. // Set some top padding on the popup content to create a of light blue // between the popup arrow and the mixed content notification.