talk-android/app
Marcel Hibbe 0356f5ac3c
fix to not accidentally show unread messages popup
reason was that the UI was not yet loaded but isScrolledToBottom was already called, so findFirstVisibleItemPosition returned -1.

Fix for now is to return true for isScrolledToBottom when position is -1

They does not solve the root cause for now. It should be made sure the code is not executed until UI is ready.
A quick try with
repeatOnLifecycle(Lifecycle.State.STARTED)
when collecting getMessageFlow did not help.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-10 12:32:30 +01:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase WIP temp messages are replaced when same refId received from sever 2025-01-10 12:32:26 +01:00
src fix to not accidentally show unread messages popup 2025-01-10 12:32:30 +01:00
build.gradle remove popup bubble dependency 2025-01-08 17:22:04 +01:00
lint.xml
proguard-rules.pro