f2prateek / dart

Extras binding and intent builders for Android apps.
Apache License 2.0
1.19k stars 88 forks source link

Henson not injecting extras on model's parent #132

Closed CPalacin closed 7 years ago

CPalacin commented 8 years ago

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.