SchildiChat-android/vector
SpiritCroc 94b9a51b9e Ensure unique ids for subspaces
When you have two root spaces with the same space as subspace, and you expand both root spaces, you end up with two times the same id in the list. This has two problems:

- The expand animation is slightly broken, if you expand the second root space first and then the first one
- If you select one of these items with same id, the app crashes:
    java.lang.IllegalStateException: Two different ViewHolders have the same stable ID. Stable IDs in your adapter MUST BE unique and SHOULD NOT change.

As solution, just prefix the epoxy item ids with the parent spaces.

Change-Id: I93afc5499404cc09dbfa0fbe963558e5f4595233
2021-12-12 11:28:24 +01:00
..
sampledata textSize 15sp -> android:textAppearance="@style/VectorTextAppearanceSubtitle or Body 2021-06-14 22:10:12 +02:00
signature
src Ensure unique ids for subspaces 2021-12-12 11:28:24 +01:00
.gitignore
build.gradle Merge tag 'v1.3.9' into sc 2021-12-05 13:46:55 +01:00
lint.xml Fix "@JvmStatic used for @Provides function in an object class" Lint warning. 2021-11-19 15:29:11 +01:00
proguard-rules.pro Fix Authenticated Jitsi not working in release #3841 2021-08-16 15:43:35 +02:00