I have a fragment with generic type. When I build the project, the generated *Builder class contains Generic variable, but this variable is not declared in static new*Builder method signature
For now, I'm manually creating the Fragment with bundle manually for this specific fragment I have. Can you get this issue fixed
PS: Please note that this issue exists with ParcellablePlease aswell if the you have a generic type
I have a fragment with generic type. When I build the project, the generated
*Builderclass contains Generic variable, but this variable is not declared in staticnew*Buildermethod signatureFor now, I'm manually creating the Fragment with bundle manually for this specific fragment I have. Can you get this issue fixed
PS: Please note that this issue exists with ParcellablePlease aswell if the you have a generic type