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 codacy: Unused import 2023-06-01 22:27:42 +02:00
generic add copyright + minor refactoring 2022-01-26 15:00:31 +01:00
gplay Fix code formatting 2023-02-16 09:57:19 +01:00
main fix to refresh chat after conversation screen was in background. 2023-07-06 10:29:55 +02:00
qa Merge drawable-v24 into drawable folder since minVersion is now 24 2023-03-23 15:41:40 +01:00
test codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 2023-06-01 22:27:43 +02:00