momentz icon indicating copy to clipboard operation
momentz copied to clipboard

Stories ending sooner than expected

Open Vitor238 opened this issue 4 years ago • 1 comments

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!

Vitor238 avatar Jan 04 '20 13:01 Vitor238

Same to me

osamamohsen avatar Sep 17 '20 10:09 osamamohsen