When GPG login popup is visible, then application works in background but some events do not fire.
For example:
I send Ad Request and GPG login request together (both works asynchronous)
GPG popup show earlier, before Ad
On Ad Received do not work (Ad appear, but event do not fire)
In my app I enable menu after Ad request finished with any status
But if GPG popup is visible, then Ad will be loaded but menu will not be enable
Is it possible to fix it?