Bug 1124711 - Site identity popup overlaps the URL Bar on phone.r=margaret

This commit is contained in:
Allison Naaktgeboren 2015-02-11 12:07:56 -08:00
parent b9907f9f61
commit 65ae439307

View File

@ -191,7 +191,7 @@ public class ToolbarDisplayLayout extends ThemedLinearLayout
mSiteSecurityVisible = (mSiteSecurity.getVisibility() == View.VISIBLE);
mSiteIdentityPopup = new SiteIdentityPopup(mActivity);
mSiteIdentityPopup.setAnchor(mSiteSecurity);
mSiteIdentityPopup.setAnchor(mTitle);
mStop = (ImageButton) findViewById(R.id.stop);
mPageActionLayout = (PageActionLayout) findViewById(R.id.page_action_layout);