Looks like Henson has problems finding extras on the model's parent. i.e:
Having an Activity annotated like this:
@HensonNavigable(model = Model.class)
And Model extending BaseModel then Henson will not inject the extras contained in BaseModel. But if we replace the model by BaseModel then the extras on BaseModel will be correctly injected.
Looks like Henson has problems finding extras on the model's parent. i.e: Having an Activity annotated like this:
And
Model
extendingBaseModel
then Henson will not inject the extras contained inBaseModel
. But if we replace the model byBaseModel
then the extras onBaseModel
will be correctly injected.