Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain into jacobshack-certify

This commit is contained in:
Dominik Schürmann 2014-10-04 23:21:49 +02:00
commit 0a264bad28
1 changed files with 0 additions and 6 deletions

View File

@ -239,12 +239,6 @@ public class MultiCertifyKeyFragment extends LoaderFragment
if (!subGrouped) {
// 1. This name should NOT be grouped with the previous, so we flush the buffer
/*/ Special case: only a single user id (first && last)
if (data.isFirst()) {
lastMasterKeyId = masterKeyId;
uids.add(userId);
}*/
Parcel p = Parcel.obtain();
p.writeStringList(uids);
byte[] d = p.marshall();