Bug 1159876 - Dismiss Doorhanger when user clicks on Edit site settings. r=ally

This commit is contained in:
Chenxia Liu 2015-05-08 11:33:49 -07:00
parent 3c8645d855
commit 355252ad90

View File

@ -96,6 +96,7 @@ public class SiteIdentityPopup extends AnchoredPopup {
@Override
public void onClick(View v) {
GeckoAppShell.sendEventToGecko(GeckoEvent.createBroadcastEvent("Permissions:Get", null));
dismiss();
}
});
}