Fixed, issue #702

This commit is contained in:
Daniel Albert 2014-06-30 19:13:09 +02:00
parent df9af316b4
commit 158d19a945

View File

@ -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));
} }