mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Update account attributes before checking whoAmI
This commit is contained in:
parent
9da2a00403
commit
f4346e3f0a
1 changed files with 1 additions and 1 deletions
|
@ -231,8 +231,8 @@ class ManagerImpl implements Manager {
|
||||||
if (deviceName != null) {
|
if (deviceName != null) {
|
||||||
context.getAccountHelper().setDeviceName(deviceName);
|
context.getAccountHelper().setDeviceName(deviceName);
|
||||||
}
|
}
|
||||||
context.getAccountHelper().checkWhoAmiI();
|
|
||||||
context.getAccountHelper().updateAccountAttributes();
|
context.getAccountHelper().updateAccountAttributes();
|
||||||
|
context.getAccountHelper().checkWhoAmiI();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue