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;
|
break;
|
||||||
case ACTION_MARK_AS_READ:
|
case ACTION_MARK_AS_READ:
|
||||||
markRead(c, true);
|
sendReadMarker(c);
|
||||||
break;
|
break;
|
||||||
case AudioManager.RINGER_MODE_CHANGED_ACTION:
|
case AudioManager.RINGER_MODE_CHANGED_ACTION:
|
||||||
if (xaOnSilentMode()) {
|
if (xaOnSilentMode()) {
|
||||||
|
|
Loading…
Reference in a new issue