mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-17 07:30:14 -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) {
|
if (!subGrouped) {
|
||||||
// 1. This name should NOT be grouped with the previous, so we flush the buffer
|
// 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();
|
Parcel p = Parcel.obtain();
|
||||||
p.writeStringList(uids);
|
p.writeStringList(uids);
|
||||||
byte[] d = p.marshall();
|
byte[] d = p.marshall();
|
||||||
|
Loading…
Reference in New Issue
Block a user