Check account identifiers on the server before updating the account attributes
This commit is contained in:
parent
a4db5d616a
commit
9553b1ef00
@ -231,6 +231,7 @@ class ManagerImpl implements Manager {
|
||||
if (deviceName != null) {
|
||||
context.getAccountHelper().setDeviceName(deviceName);
|
||||
}
|
||||
context.getAccountHelper().checkWhoAmiI();
|
||||
context.getAccountHelper().updateAccountAttributes();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user