Some stories are ending by the time experienced. For example:
val listOfViews = listOf(
MomentzView(textView, 60),
MomentzView(customView, 60),
MomentzView(locallyLoadedImageView, 60)
)
is ending in 30 seconds.How to solve this problem?
Thanks for this amazing library!