nextcloud-talk-android/app
Marcel Hibbe eaa0743027
fix to always show polls dialog.
Sometimes the polls dialog seemed to not load the content.
This was caused by the showLoadingScreen logic using binding.root.post which overwrote the content depending on if the showResultsScreen or showVoteScreen already set the content. So it was a race conditions that sometimes it worked and sometimes not.
Additionally, calculating the height failed in showLoadingScreen, so in the end there was only the headline visible and even not loading spinner. This is now replaced by a fixed height.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-04-05 15:33:30 +02: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 always show polls dialog. 2024-04-05 15:33:30 +02:00
build.gradle Update daggerVersion to v2.51.1 2024-03-29 18:31:44 +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