mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain into jacobshack-certify
This commit is contained in:
commit
0a264bad28
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user