viezel / NappDrawer

A side drawer navigation container view controller for Appcelerator Titanium.
MIT License
248 stars 128 forks source link

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

Closed dholler closed 7 years ago

dholler commented 7 years ago

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.

dholler commented 7 years ago

My bad. Found the issue in our own implementation.