mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-24 07:58: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;
|
||||
}
|
||||
if (userId != null && userId[0] != null) {
|
||||
mMainUserId.setText(userId[0]);
|
||||
mMainUserId.setText(String.format("%#16x", Long.parseLong(userId[0])));
|
||||
} else {
|
||||
mMainUserId.setText(getResources().getString(R.string.user_id_no_name));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user