Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FanView not opening (or opening in background) upon resuming Activity #8

Open
kvarela opened this issue Mar 11, 2013 · 0 comments
Open

Comments

@kvarela
Copy link

kvarela commented Mar 11, 2013

Thanks for the awesome library!

I'm running into trouble when I come back into an Activity that uses FanView. When I try to open the FanView, nothing happens. I see that FanView.showMenu() is being called and it's trying to open, but nothing opens on screen.

I'm using Fragments. I have a separate Activity for every Fragment that extends from a base Activity that does all the work of opening the FanView and setting fragments.

Interestingly, if I call mFanView.bringToFront() before mFanView.showMenu(), the FanView shows, but with the previous content Fragment.

Please help, I'm not sure where I'm going wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant