talk-android/app
Marcel Hibbe 883f3e74f1 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 12:24:53 +00:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase add diagnose screen and permission warnings in settings 2024-01-12 09:54:28 +01:00
src fix to show all participants in conversation info 2024-03-25 12:24:53 +00:00
build.gradle bump version to 19.0.0 RC1 2024-03-22 13:15:13 +01: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