Remove conditional
This commit is contained in:
parent
2daf5f3c4f
commit
e12b18e078
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ public class CategoryInfo implements Parcelable {
|
|||
|
||||
public CategoryInfo(Parcel source) {
|
||||
category = (Category) source.readSerializable();
|
||||
visible = source.readInt() == 1 ? true : false;
|
||||
visible = source.readInt() == 1;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue