mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 20:49:36 +01:00
Mark as read - correct error message
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
This commit is contained in:
parent
c3a31da6a9
commit
9a247b48ac
@ -104,7 +104,7 @@ class MarkAsReadReceiver : BroadcastReceiver() {
|
||||
|
||||
@RequiresApi(Build.VERSION_CODES.N)
|
||||
override fun onError(e: Throwable) {
|
||||
Log.e(TAG, "Failed to send reply", e)
|
||||
Log.e(TAG, "Failed to set chat read marker", e)
|
||||
}
|
||||
|
||||
override fun onComplete() {
|
||||
|
Loading…
Reference in New Issue
Block a user