-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
IllegalStateException getContentRoot(activity).getChildAt(0) returning null #61
Comments
Duplicate of #59 Thanks for the report |
@beshoy-samy Could you add a sample layout and the code around the KeyboardVisibilityEvent setup? |
here in my fragment, I have Unregistrar variable which is nullable to be released in onDestroyView
in onViewCreated fragment lifecycle event, I initialize my views and my keyboard visibility event
and here is my fragment layout
please hint that custom view named |
here is how I am removing the registry event
|
@yshrsmz @beshoy-samy I worked around the issue with the code piece below while calling it on
|
possible fix for this issue is released in 3.0.0-RC3 |
Hi there, first of all, thank you for doing this great project I really like it
lately, I have got a crash reporting from Crashlytics
in my activity, I have a fragment tag inside a parent view group which is ConstraintLayout
I am using NavigationComponent from jetpack to navigate between my fragments
I hope this will help you fix this and I promise in my free time I will try to fix it by myself
Keep the good work you really did a nice job
The text was updated successfully, but these errors were encountered: