|
|
@ -93,6 +93,9 @@ class KeyPairActivity : BaseActionBarActivity() {
|
|
|
|
IdentityDatabase.VerifiedStatus.VERIFIED, true, System.currentTimeMillis(), true)
|
|
|
|
IdentityDatabase.VerifiedStatus.VERIFIED, true, System.currentTimeMillis(), true)
|
|
|
|
TextSecurePreferences.setLocalNumber(this, hexEncodedPublicKey)
|
|
|
|
TextSecurePreferences.setLocalNumber(this, hexEncodedPublicKey)
|
|
|
|
TextSecurePreferences.setPromptedPushRegistration(this, true)
|
|
|
|
TextSecurePreferences.setPromptedPushRegistration(this, true)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO: Configure P2P API
|
|
|
|
|
|
|
|
|
|
|
|
startActivity(Intent(this, ConversationListActivity::class.java))
|
|
|
|
startActivity(Intent(this, ConversationListActivity::class.java))
|
|
|
|
finish()
|
|
|
|
finish()
|
|
|
|
}
|
|
|
|
}
|
|
|
|