You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id =ViewCompat.generateViewId()//as the same attrs are being passed this view would have the same id as scroller.
Overwrites it.
I think that line could simply be removed but probably you know best. If you don't have time to fix it, please let me know how you would like it to be fixed and I'll open a PR for you.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi, I noticed that if I use the StatusView like this (without the Scroller, basically):
At runtime that ID doesn't exist because the following line:
StepViewAndroid/stepview/src/main/java/params/com/stepview/StatusView.kt
Line 420 in 722ccb3
Overwrites it.
I think that line could simply be removed but probably you know best. If you don't have time to fix it, please let me know how you would like it to be fixed and I'll open a PR for you.
Thanks a lot.
The text was updated successfully, but these errors were encountered: