Mark as read - correct error message

Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
This commit is contained in:
Dariusz Olszewski 2022-07-10 23:20:36 +02:00 committed by Marcel Hibbe (Rebase PR Action)
parent c3a31da6a9
commit 9a247b48ac

View File

@ -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() {