-
Notifications
You must be signed in to change notification settings - Fork 25
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
InstantiationException: can't instantiate class com.tripvi.drawerlayout.Drawer$ContentWrapperFragment #22
Comments
Steps to reproduce:
I'm working on a fix. PR is in the making. |
contentView is not passed through contructor anymore. It is instead set via method.
Fixes #22
Any progress on this, I am having the same problem. This is easy to reproduce.
Black screen with the exception mentioned in the original post. |
As mentioned above, I fixed this. Not sure why my pull requests aren't merged. But you can grab an updated version of the module in my fork: https://github.com/manumaticx/Ti.DrawerLayout It's streets ahead of this one. |
Thank you very much, I noticed it and I am giving a shot now! |
Sometimes, my app is crashing on resume.
It's hard to reproduce: when I'm leaving the App with back button or home button and open it again immediately everything works fine. But if I wait some time after sending it to background it crashes with the above exception on resuming and restarts. Do you have any idea what could be the reason?
(Testing on Nexus 5 with 4.4.3 on Titanium SDK 3.3.0)
The text was updated successfully, but these errors were encountered: