You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: