mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 19:28:26 +00:00
add new string ViewIdentityActivity_my_identity_fingerprint
This commit is contained in:
parent
a5c26b2e16
commit
4b2d07ab35
@ -326,6 +326,7 @@
|
||||
<string name="ViewIdentityActivity_the_scanned_key_matches_exclamation">The scanned key matches!</string>
|
||||
<string name="ViewIdentityActivity_verified_exclamation">Verified!</string>
|
||||
<string name="ViewIdentityActivity_identity_fingerprint">Identity Fingerprint</string>
|
||||
<string name="ViewIdentityActivity_my_identity_fingerprint">My Identity Fingerprint</string>
|
||||
|
||||
<!-- KeyExchangeInitiator -->
|
||||
<string name="KeyExchangeInitiator_initiate_despite_existing_request_question">Initiate Despite Existing Request?</string>
|
||||
|
@ -45,8 +45,7 @@ public class ViewLocalIdentityActivity extends ViewIdentityActivity {
|
||||
this.masterSecret = getIntent().getParcelableExtra("master_secret");
|
||||
|
||||
getIntent().putExtra("identity_key", IdentityKeyUtil.getIdentityKey(this, Curve.DJB_TYPE));
|
||||
getIntent().putExtra("title", getString(R.string.ApplicationPreferencesActivity_my) + " " +
|
||||
getString(R.string.ViewIdentityActivity_identity_fingerprint));
|
||||
getIntent().putExtra("title", getString(R.string.ViewIdentityActivity_my_identity_fingerprint));
|
||||
super.onCreate(bundle);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user