Bug fixes and improvements 🔨 🎉
- Fixes issue where enabling skeletons would fail
Sometimes the enableSkeletonLoading would fail to show the view's SkeletonDrawable due to that the nestled onDoLayout would not get executed. And then sometimes due to that the views measuredWidth was not taking into account its minimumWidth.
Regards,
Contributor Mattias
- Fixes issue where ignoring bones did not work for nested children
Other ✅
- Gradle related updates