viezel/NappDrawer

(Android) NappDrawer not showing when resuming to app via intent

Closed this issue · 1 comments

Hi,
we're using this module quite a while now and where totally happy with it.

Now we've came across following problem:
We have an app that runs as "singleTask" in launchMode, whenever the app returns to an existing instance, the NappDrawer window doesn't come up again.
Any idea where to look for a solution?

Greetings
Dom

Edit: To be more precise:
After starting the app I minimize it via home button and if I now start the app again by "sharing" a file to (android.intent.action.SEND) it or hitting the app icon again (android.intent.action.MAIN) the drawer window is missing. I can see that there is some code running, but the window does not show up.

My bad. Found the issue in our own implementation.