Closed Aumnia closed 7 years ago
It does not check to see if the value actually changed to something different, just that it was updated. You want to check the values:
https://github.com/jamesmontemagno/SettingsPlugin/blob/master/docs/DataBindingToSettings.md
Hi,
I have been writing my settings properties like:
Based on the docs and this method comment:
But while debugging it seems the property changed event is always fired even when the incoming value is the same as the stored value.
Checked the src and
AddOrUpdateValueCore
's last statement isreturn true;
?Have I misunderstood?
Thank you!