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

ContainerView in null when creating Navigator #21

Open
jjvargas opened this issue Dec 15, 2015 · 1 comment
Open

ContainerView in null when creating Navigator #21

jjvargas opened this issue Dec 15, 2015 · 1 comment

Comments

@jjvargas
Copy link

Looks like it might be a race condition as it happens when I stress changing the orientation

java.lang.NullPointerException: Container view cannot not be null

navigator = ActivityArchitector.onCreateNavigator(this, savedInstanceState, containerView, new MultiTabsStackable());
@jjvargas jjvargas changed the title ContainerView in not null when creating Navigator ContainerView in null when creating Navigator Dec 15, 2015
@jjvargas
Copy link
Author

I believe the reason might be because onDestroy is not called sometimes, I can see a Memory Leak using LeakCanary, when that happens.

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