RightToAskOrg / righttoask-app

GNU General Public License v3.0
3 stars 2 forks source link

Correct proper storage of state in FindMPsViewModel #43

Closed vteague closed 2 years ago

vteague commented 2 years ago

Fixes #42

This still isn't working perfectly because when FindMPsViewModel updates data, the PropertyChanged event doesn't automatically propagate to the other views (such as AccountPage.xaml or UserAccountInfoView.xaml) but I'll submit that as a separate issue.