element-android/vector
SpiritCroc f1ee8183e5 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.
2021-12-12 12:09:25 +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 12:09:25 +01:00
.gitignore
build.gradle Merge pull request #4627 from vector-im/feature/adm/removing-notification-settings-v1 2021-12-09 12:30:40 +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