mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-02-23 14:44:31 +01:00
Update account attributes before checking whoAmI
This commit is contained in:
@@ -231,8 +231,8 @@ class ManagerImpl implements Manager {
|
||||
if (deviceName != null) {
|
||||
context.getAccountHelper().setDeviceName(deviceName);
|
||||
}
|
||||
context.getAccountHelper().checkWhoAmiI();
|
||||
context.getAccountHelper().updateAccountAttributes();
|
||||
context.getAccountHelper().checkWhoAmiI();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user