LemmurOrg / lemmur

🐒 A mobile client for lemmy
GNU General Public License v2.0
269 stars 30 forks source link

Preserve hook state on tab change #61

Open shilangyu opened 4 years ago

shilangyu commented 4 years ago

lemmur is using flutter_hooks and all local state is managed by it. When using a TabBarView each tab has it's own local state. When switching between tabs all state is lost. This is especially annoying when switching tabs with infinite lists (the whole list is cleared).

Akshay0701 commented 3 years ago

cloud you elaborate your bug plz