send read marker after reading message in android auto

This commit is contained in:
Daniel Gultsch 2017-04-30 21:02:50 +02:00
parent 5cadc81de4
commit cec9b9b35a
1 changed files with 1 additions and 1 deletions

View File

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