Create key: make single user id primary user id, other cleanup

This commit is contained in:
Dominik Schürmann
2014-08-05 17:25:22 +02:00
parent 369f6e080c
commit 160e6972d8
3 changed files with 7 additions and 6 deletions

View File

@@ -207,6 +207,7 @@ public class SaveKeyringParcel implements Parcelable {
public String toString() {
String out = "mMasterKeyId: " + mMasterKeyId + "\n";
out += "mNewPassphrase: " + mNewPassphrase + "\n";
out += "mAddUserIds: " + mAddUserIds + "\n";
out += "mAddSubKeys: " + mAddSubKeys + "\n";
out += "mChangeSubKeys: " + mChangeSubKeys + "\n";
out += "mChangePrimaryUserId: " + mChangePrimaryUserId + "\n";