talk-android/app
Marcel Hibbe 32f4b59161
fix to show all participants in conversation info
In general it's a bad idea to use recyclerview inside scrollviews because of poor performance! So this is only a fix until everything is replaced with jetpack compose.

setHasFixedSize and isNestedScrollingEnabled were set to false. This might not be necessary for the current implementation, but it's recommended when using NestedScrollView.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-03-25 11:55:33 +01:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase
src fix to show all participants in conversation info 2024-03-25 11:55:33 +01:00
build.gradle Update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.6 2024-03-25 01:30:01 +00:00
lint.xml Add SPDX header 2024-03-21 18:39:30 +01:00
proguard-rules.pro Add SPDX header 2024-03-17 14:19:56 +01:00