savelichalex / Souptitle

9 stars 0 forks source link

Error if count of words less then 20 #57

Closed savelichalex closed 8 years ago

savelichalex commented 8 years ago

Looks like that if count of words is less then 20 then error happened. I think that this is because in native side used MutableArray that contain that 20 view. And when they want to render it, they fail because no one view in this array.

savelichalex commented 8 years ago

Looks like it works fine