talk-android/app/src
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
..
androidTest/java/com/nextcloud/talk
generic
gplay
main fix to not accidentally show unread messages popup 2025-01-10 12:32:30 +01:00
qa
test Send state also through signaling messages 2025-01-08 12:35:17 +01:00