bolaware / momentz

Momentz is an android library for showing timed view just like WhatsApp, Facebook and Instagram stories.
117 stars 15 forks source link

Stories ending sooner than expected #5

Open Vitor238 opened 4 years ago

Vitor238 commented 4 years ago

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!

osamamohsen commented 4 years ago

Same to me