mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Cleanup.
This commit is contained in:
parent
619f616244
commit
dbfa4acb0a
@ -99,7 +99,7 @@ public class OpenPgpData implements Parcelable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void writeToParcel(Parcel dest, int flags) {
|
public void writeToParcel(Parcel dest, int flags) {
|
||||||
dest.writeInt(type);
|
dest.writeInt(type);
|
||||||
dest.writeString(string);
|
dest.writeString(string);
|
||||||
dest.writeInt(bytes.length);
|
dest.writeInt(bytes.length);
|
||||||
dest.writeByteArray(bytes);
|
dest.writeByteArray(bytes);
|
||||||
|
@ -99,7 +99,7 @@ public class OpenPgpData implements Parcelable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void writeToParcel(Parcel dest, int flags) {
|
public void writeToParcel(Parcel dest, int flags) {
|
||||||
dest.writeInt(type);
|
dest.writeInt(type);
|
||||||
dest.writeString(string);
|
dest.writeString(string);
|
||||||
dest.writeInt(bytes.length);
|
dest.writeInt(bytes.length);
|
||||||
dest.writeByteArray(bytes);
|
dest.writeByteArray(bytes);
|
||||||
|
Loading…
Reference in New Issue
Block a user