Giter VIP home page Giter VIP logo

Comments (4)

ShamylZakariya avatar ShamylZakariya commented on August 17, 2024

This is very perplexing. The crash is happening because the adapter reference is null:

https://github.com/ShamylZakariya/StickyHeaders/blob/master/stickyheaders/src/main/java/org/zakariya/stickyheaders/StickyHeaderLayoutManager.java#L590

int getViewType(View view) {
    int adapterPosition = getViewAdapterPosition(view);
    return adapter.getItemViewType(adapterPosition);
}

There are only two ways the adapter may be null. The adapter reference is assigned in StickyHeaderLayoutManager::onAttachedToWindow and is nulled in StickyHeaderLayoutManager::onDetachedFromWindow

So, the recyclerview has never been attached to window, or it was at some point detached - but it's still attempting to vend items.

Out of curiousity - did this work at some point, and later stop working as you added features? Or did this never work? I'm curious how to track this down, because, of all the many bugs I encountered developing this, this never happened.

from stickyheaders.

ihsanbal avatar ihsanbal commented on August 17, 2024

Yeah you right, my recyclerview attached to window before setAdapter because I was inflate my view in onCreateView and set adapter onViewCreated method so remove onViewCreated than bug is gone :)

from stickyheaders.

fxmeister avatar fxmeister commented on August 17, 2024

Can you go into more detail as to how you fixed this bug @ihsanbal? I am experiencing it in my activity as well. I have work that occurs in the background, after the async task finishes, it sets the RecyclerView adapter. This crash occurs if I am using the StickyLayoutManager, but not when using LinearLayoutManager.

Thnks

from stickyheaders.

achinverma avatar achinverma commented on August 17, 2024

i am also getting the same , please review my thread
#18

please help me to fix this bug

from stickyheaders.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.