Reset voip apn id as well when we get an unregister event
// FREEBIE
This commit is contained in:
parent
54f25358eb
commit
ca6aa5213c
|
@ -141,6 +141,7 @@ public class APNSender implements Managed {
|
|||
{
|
||||
logger.info("APN Unregister timestamp matches!");
|
||||
device.get().setApnId(null);
|
||||
device.get().setVoipApnId(null);
|
||||
device.get().setFetchesMessages(false);
|
||||
accountsManager.update(account.get());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue