You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ParcelablePlease on a class with a Parcelable field with a generic parameter there is an error in generated code. For example using ObservableParcelable class of data binding framework:
ObservableParcelable<App> app = new ObservableParcelable<>();
Using ParcelablePlease on a class with a Parcelable field with a generic parameter there is an error in generated code. For example using ObservableParcelable class of data binding framework:
the generated code has a compilation error:
It can be fixed easily using a custom bagger:
Thanks for this great framework!
The text was updated successfully, but these errors were encountered: