mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1159876 - Dismiss Doorhanger when user clicks on Edit site settings. r=ally
--HG-- extra : rebase_source : d7391df779a65a8c5ea79126e14af601c2e6beb5
This commit is contained in:
parent
45e0d5b96b
commit
7c5e65bd52
@ -96,6 +96,7 @@ public class SiteIdentityPopup extends AnchoredPopup {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
GeckoAppShell.sendEventToGecko(GeckoEvent.createBroadcastEvent("Permissions:Get", null));
|
||||
dismiss();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user