Dayamoy Adhikari
Dayamoy Adhikari
```kotlin loanSlider.setTextFormatter(object : Slidr.TextFormatter{ override fun format(value: Float): String = String.format("Rs. %d",value.toInt()) }) ```
Any update on this? Would appreciate the feature.
Hey @ShawnLin013 could you merge this change? It'd be useful!
Hey @jf-branch, this issue still persists in the latest Branch SDK. See logs below: ```java Fatal Exception: java.lang.RuntimeException: Unable to instantiate receiver io.branch.referral.InstallListener: java.lang.ClassNotFoundException: Didn't find class "io.branch.referral.InstallListener" on path:...
+1 Facing same issue. 😞
Requires updation of AGP & Hilt gradle plugin. Already opened [this PR](https://github.com/google/iosched/pull/406#issue-1167388183) to get this issue resolved.
Same issue 😢