⚠️ Before posting ⚠️
Steps to reproduce
hit select all when choosing a file to upload. also other parts of the file selection weren't working. and maybe an off by one error?
Expected behaviour
let me choose a file to upload. show visually which items are currently selected.
Actual behaviour
Cause of error
Exception in thread "main" java.lang.IllegalStateException: Two different ViewHolders have the same stable ID. Stable IDs in your adapter MUST BE unique and SHOULD NOT change.
ViewHolder 1:LocalFileListFooterViewHolder{7be8bb8 position=45 id=-1, oldPos=-1, pLpos:-1 not recyclable(1)}
View Holder 2:LocalFileListItemViewHolder{8992370 position=44 id=-1, oldPos=-1, pLpos:-1} com.owncloud.android.ui.EmptyRecyclerView{303bd91 VFED..... ......ID 0,0-1080,1533 #7f0a02ec app:id/list_root}, adapter:com.owncloud.android.ui.adapter.LocalFileListAdapter@445c091, layout:androidx.recyclerview.widget.LinearLayoutManager@b8014f6, context:com.owncloud.android.ui.activity.UploadFilesActivity@a100ff1
at androidx.recyclerview.widget.RecyclerView.handleMissingPreInfoForChangeError(RecyclerView.java:4778)
at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep3(RecyclerView.java:4702)
at androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:4367)
at androidx.recyclerview.widget.RecyclerView.consumePendingUpdateOperations(RecyclerView.java:2095)
at androidx.recyclerview.widget.RecyclerView$1.run(RecyclerView.java:468)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1647)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1656)
at android.view.Choreographer.doCallbacks(Choreographer.java:1252)
at android.view.Choreographer.doFrame(Choreographer.java:1177)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1630)
at android.os.Handler.handleCallback(Handler.java:1095)
at android.os.Handler.dispatchMessageImpl(Handler.java:135)
at android.os.Handler.dispatchMessage(Handler.java:125)
at android.os.Looper.loopOnce(Looper.java:269)
at android.os.Looper.loop(Looper.java:367)
at android.app.ActivityThread.main(ActivityThread.java:9333)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:566)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:929)
App information
- ID:
com.nextcloud.client
- Version:
330010090
- Build flavor:
generic
Device information
- Brand:
google
- Device:
panther
- Model:
Pixel 7
- Id:
CP1A.260405.005
- Product:
panther
Firmware
- SDK:
36
- Release:
16
- Incremental:
15001963
Android version
- SDK:
36 * Release: 16 * Incremental: 15001963
Device brand and model
Stock or custom OS?
Stock
Nextcloud android app version
33.1.0
Nextcloud server version
31.0.4
Using a reverse proxy?
I don't know
Android logs
No response
Server error logs
Additional information
No response
Steps to reproduce
hit select all when choosing a file to upload. also other parts of the file selection weren't working. and maybe an off by one error?
Expected behaviour
let me choose a file to upload. show visually which items are currently selected.
Actual behaviour
Cause of error
App information
com.nextcloud.client330010090genericDevice information
googlepantherPixel 7CP1A.260405.005pantherFirmware
361615001963Android version
36* Release:16* Incremental:15001963Device brand and model
Pixel 7Stock or custom OS?
Stock
Nextcloud android app version
33.1.0
Nextcloud server version
31.0.4
Using a reverse proxy?
I don't know
Android logs
No response
Server error logs
Additional information
No response