mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-12 04:05:03 -05:00
Fix for user ids in API
This commit is contained in:
parent
ac927df10a
commit
2cebac6a23
@ -137,7 +137,7 @@ public class OpenPgpSignatureResult implements Parcelable {
|
||||
dest.writeString(primaryUserId);
|
||||
dest.writeLong(keyId);
|
||||
// version 2
|
||||
dest.writeList(userIds);
|
||||
dest.writeStringList(userIds);
|
||||
// Go back and write the size
|
||||
int parcelableSize = dest.dataPosition() - startPosition;
|
||||
dest.setDataPosition(sizePosition);
|
||||
|
Loading…
Reference in New Issue
Block a user