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

Bug on swipeRefreshLayout #121

Open
Ogiwara-CostlierRain464 opened this issue Jul 10, 2017 · 0 comments
Open

Bug on swipeRefreshLayout #121

Ogiwara-CostlierRain464 opened this issue Jul 10, 2017 · 0 comments

Comments

@Ogiwara-CostlierRain464

When I write like this,

override fun view() {
                frameLayout {
                    size(FILL,FILL)
                    swipeRefreshLayout {
                        size(FILL,FILL)
                    }
                }
}

Error will occur like this.

E/InputEventReceiver: Exception dispatching input event.
E/MessageQueue-JNI: Exception in MessageQueue callback: handleReceiveCallback
E/MessageQueue-JNI: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.view.View.canScrollVertically(int)' on a null object reference
                                                                          at android.support.v4.view.ViewCompatICS.canScrollVertically(ViewCompatICS.java:40)
                                                                          at android.support.v4.view.ViewCompat$ICSViewCompatImpl.canScrollVertically(ViewCompat.java:1352)

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