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 a new issue