GuateGeeks / GeeksDayFlutter

GeeksDay Flutter Application
0 stars 0 forks source link

Comment count is not updated when comments are deleted. #97

Closed adawolfs closed 2 years ago

adawolfs commented 2 years ago

https://github.com/GuateGeeks/GeeksDayFlutter/blob/development/lib/bloc/posts/post_cubit.dart#L161 should implement https://github.com/GuateGeeks/GeeksDayFlutter/blob/development/lib/bloc/posts/post_cubit.dart#L152

or probably we can just count the comments every time??

Jhonproyec commented 2 years ago

I worked on solving the comment counter bug, the error was due to the fact that the status of the post was not being passed correctly to update the counter in real time, completion time approximately 2 hours