mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-11 19:55:03 -05:00
send read marker after reading message in android auto
This commit is contained in:
parent
5cadc81de4
commit
cec9b9b35a
@ -675,7 +675,7 @@ public class XmppConnectionService extends Service {
|
||||
}
|
||||
break;
|
||||
case ACTION_MARK_AS_READ:
|
||||
markRead(c, true);
|
||||
sendReadMarker(c);
|
||||
break;
|
||||
case AudioManager.RINGER_MODE_CHANGED_ACTION:
|
||||
if (xaOnSilentMode()) {
|
||||
|
Loading…
Reference in New Issue
Block a user