Closed asnagni closed 5 months ago
It's working properperly. This was a mistake in the Manifest file.
Normally, the onNewIntent() method is supposed to be called on AppActivity instance to handle a new intent. Unfortunately at I'm not seeing that happening .
The Android OS is responsible for calling onNewIntent()
, so it's not something controlled by Axmol. Furthermore, the call to onNewIntent()
is only made depending on the configuration of the activity. More info here.
It's working properperly. This was a mistake in the Manifest file.
Please close this issue if this isn't something related to Axmol.
Hi rh101, The issue was resolved and the issue was on our side. We just forgot to close this opened bug.
Thank you for your assistance, I do appreciate.
Stay safe
Thank you
Hi guys, Normally, the onNewIntent() method is supposed to be called on AppActivity instance to handle a new intent. Unfortunately at I'm not seeing that happening .