mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-21 17:24:38 +01:00
Improve function of client without a phone number.
This commit is contained in:
committed by
Alex Hart
parent
5d72248bb5
commit
8435ce85be
@@ -62,7 +62,9 @@ public class PassphraseCreateActivity extends PassphraseActivity {
|
||||
|
||||
MasterSecretUtil.generateAsymmetricMasterSecret(PassphraseCreateActivity.this, masterSecret);
|
||||
SignalStore.account().generateAciIdentityKeyIfNecessary();
|
||||
SignalStore.account().generatePniIdentityKeyIfNecessary();
|
||||
if (SignalStore.account().getPni() != null) {
|
||||
SignalStore.account().generatePniIdentityKeyIfNecessary();
|
||||
}
|
||||
VersionTracker.updateLastSeenVersion(PassphraseCreateActivity.this);
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user