mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2026-01-18 14:36:40 +00:00
Fix issue serialization issue (#1085)
This commit is contained in:
parent
522fa58525
commit
fc9dfd7dcb
@ -19,7 +19,7 @@ public class CreateIssueModel implements Parcelable {
|
||||
private String body;
|
||||
private ArrayList<String> labels;
|
||||
private ArrayList<String> assignees;
|
||||
private long milestone;
|
||||
private Long milestone;
|
||||
|
||||
@Override public int describeContents() { return 0; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user