thanks for the quick response. i tried it with optional but with hilt it throws a compilation error:
java.util.Optional<androidx.fragment.app.Fragment> cannot be provided without an @Inject constructor or an @Provides-annotated method.
d
dawidhyzy
09/09/2020, 2:13 PM
because you need to define binding
b
bodo
09/10/2020, 6:48 AM
thx i only forgot to add the @BindsOptional method