2d-inc / HistoryOfEverything

Flutter Launch Timeline Demo
https://medium.com/2dimensions/the-history-of-everything-981d989e1b45
MIT License
6.49k stars 985 forks source link

Bug in Menu Page: wrong state of plus icon when tapped fast #100

Open vkbaloda opened 3 years ago

vkbaloda commented 3 years ago

Problem: If someone clicks any section in the Menu Page fast twice, the state of the plus icon isn't right.

Location of code responsible: file: /main_menu/main_menu_section.dart method: _toggleExpand() line no: 85

Possible solution: shift the setState part after switch and call return in empty switch case.

Bug Image: ![Screenshot_2021-06-25-16-46-17-679_com.twodimensions.timeline.jpg](https://user-images.githubusercontent.com/46219827/123418571-d187fd00-d5d6-11eb-89d1-3b7c7c993660.jpg)