kazougagh
kazougagh
Hi @atulgpt @argzdev , I've updated my project dependencies to the latest version and now my app crash because the `addOnSuccessListener` callback retuns null value for pendingDynamicLinkData. Do you have...
Hi @argzdev Yes, I have the exact same code as yours. It was working fine before my update. Just a warning saying > Condition 'pendingDynamicLinkData != null' is always 'true'...
Here is my code @argzdev Gradle files ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() } dependencies...
@atulgpt It stops crashing indeed. But I think the PendingDynamicLinkData should be `@Nullable` in the first place. Thanks for the support ! Kamal
Hi, I have the same issue here. Why this ticket has been closed ? Is there a fix available ? Thanks
Hi @leticiarossi , This issue occurs when you try to set the endIconMode programmatically and not using the xml attributes. Like this: ` val inputLayout = findViewById(R.id.text_input_layout) inputLayout.editText?.onFocusChangeListener = View.OnFocusChangeListener...