Erick Tijero

Results 4 comments of Erick Tijero

Hi @billypap1 ๐Ÿ‘‹, Thank you for your feedback. It is appreciated. the view hierarchy changes when hideSkeleton/showSkeleton is called . For that reason `requestLayout()` may be called multiple times. Have...

Hi!, @TurKurT656. Sorry for late reply. `LinearLayouts` are not yet supported!!. You can use another `ViewGroup`. For example `ConstraintLayout`, just like you said. I'll be working in this new feature....

Hi @billypap1 ๐Ÿ‘‹ , I've tried hiding the skeleton from a coroutine and everything has worked well!. private fun getJourneyDetail() { CoroutineScope(Dispatchers.IO).launch { delay(4000) withContext(Dispatchers.Main) { onSuccess() } } //handler.postDelayed({...

Hi @smhdk @AchleshK Sorry for the late reply. I couldn't reproduce this issue. Can you please provide more information about your code? Thank you for your feedback. It is appreciated.