talk-android/app/src
Marcel Hibbe 18d4d42e8f fix to refresh chat after conversation screen was in background.
without this fix, it could happen that pullChatMessagesPending remains true after the conversation screen was in background. As a result the check

if (pullChatMessagesPending) {
     Log.d(TAG, "pullChatMessages - pullChatMessagesPending is true, exiting")
     return
}

in pullChatMessages() always returns without to pull chat messages (so there was even no long-polling anymore).

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-07-06 10:29:55 +02:00
..
androidTest/java/com/nextcloud/talk
generic
gplay
main fix to refresh chat after conversation screen was in background. 2023-07-06 10:29:55 +02:00
qa
test