mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1159876 - Dismiss Doorhanger when user clicks on Edit site settings. r=ally
This commit is contained in:
parent
3c8645d855
commit
355252ad90
@ -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