zendesk / linksf

A mobile website to connect those in need in to services that can help them
http://link-sf.com
Apache License 2.0
62 stars 38 forks source link

Fix Hours and Distance filter toggling bug #400

Closed ckumar1 closed 6 years ago

ckumar1 commented 6 years ago

The toggle state for the Open Now and Sort By Distance would get out of sync due to us trying to read state immediately after an asynchronous update. This fixes the issue by waiting to read the state in a callback.

Also gets rid of some unused/outdated methods.

ckumar1 commented 6 years ago

@zendesk/volunteer

ckumar1 commented 6 years ago

Fixed!