mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 08:28:50 -05:00
Fixed, issue #702
This commit is contained in:
parent
df9af316b4
commit
158d19a945
@ -203,7 +203,7 @@ public class EncryptAsymmetricFragment extends Fragment {
|
|||||||
userId = null;
|
userId = null;
|
||||||
}
|
}
|
||||||
if (userId != null && userId[0] != null) {
|
if (userId != null && userId[0] != null) {
|
||||||
mMainUserId.setText(userId[0]);
|
mMainUserId.setText(String.format("%#16x", Long.parseLong(userId[0])));
|
||||||
} else {
|
} else {
|
||||||
mMainUserId.setText(getResources().getString(R.string.user_id_no_name));
|
mMainUserId.setText(getResources().getString(R.string.user_id_no_name));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user