parent
9c94c9ad8f
commit
ff0c114cd6
|
@ -2533,8 +2533,9 @@ public class XmppConnectionService extends Service implements OnPhoneContactsLoa
|
|||
}
|
||||
}
|
||||
for (final Message msg : messages) {
|
||||
msg.setTime(System.currentTimeMillis());
|
||||
markMessage(msg, Message.STATUS_WAITING);
|
||||
this.resendMessage(msg,true);
|
||||
this.resendMessage(msg,false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue