Yolanda Dewi

Results 6 comments of Yolanda Dewi

is this PR ever going to be merged? @anapsil @roughike

How did you declare `HeadspaceAppLink`? If you are using Kotlin, don't forget to set the retention to BINARY ```kotlin @DeepLinkSpec(prefix = ["something"]) @Retention(AnnotationRetention.BINARY) annotation class AppDeeplink(val value: Array) ```

I think I just got the problem that you described, do you know the workaround?

Thank you @xufan your solution worked. One thing that I have to be careful is to detect user scroll because if the adapter changes it will call onScroll too.

Turns out it still doing the uneven scroll when changing tabs. Did you make any change on the ScrollTabHolderFragment's adjustScroll?