talk-android/app
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
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase
src fix to refresh chat after conversation screen was in background. 2023-07-06 10:29:55 +02:00
build.gradle Build(deps): Bump pl.droidsonroids.gif:android-gif-drawable 2023-07-04 08:37:50 +00:00
lint.xml
proguard-rules.pro