BrightMindEnrichment / StreetCare

BrightMindEnrichment is a Non-Profit Organization which helps homeless people. StreetCare is name of Android application of BME.
5 stars 0 forks source link

RecyclerView crash #68

Closed phillipsk closed 1 month ago

phillipsk commented 1 month ago

--------- beginning of crash 20:45:57.753 D Shutting down VM 20:45:57.754 E FATAL EXCEPTION: main Process: com.app.bmeapplication1, PID: 28200 java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionHelpRequestViewHolder{f6927ef position=3 id=-1, oldPos=-1, pLpos:-1 no parent} androidx.recyclerview.widget.RecyclerView{bcb02fc VFED..... ........ 0,225-1024,1798 #7f0a0301 app:id/recyclerCommunity}, adapter:org.brightmindenrichment.street_care.ui.community.adapter.CommunityHelpRequestAdapter@b413d85, layout:androidx.recyclerview.widget.LinearLayoutManager@563e7da, context:org.brightmindenrichment.street_care.MainActivity@d44d124 at androidx.recyclerview.widget.RecyclerView$Recycler.validateViewHolderForOffsetPosition(RecyclerView.java:6156) at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6339) at androidx.recyclerview.widget.GapWorker.prefetchPositionWithDeadline(GapWorker.java:288) at androidx.recyclerview.widget.GapWorker.flushTaskWithDeadline(GapWorker.java:345) at androidx.recyclerview.widget.GapWorker.flushTasksWithDeadline(GapWorker.java:361) at androidx.recyclerview.widget.GapWorker.prefetch(GapWorker.java:368) at androidx.recyclerview.widget.GapWorker.run(GapWorker.java:399) at android.os.Handler.handleCallback(Handler.java:942) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:226) at android.os.Looper.loop(Looper.java:313) at android.app.ActivityThread.main(ActivityThread.java:8762) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)