Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d2392cd authored by Marten Gajda's avatar Marten Gajda
Browse files

fix update notifications when value is reset to original value

parent bb1bb1dd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -301,6 +301,7 @@ public final class ContentSet implements OnContentLoadedListener, Parcelable
					// value equals before value, so remove it from after values
					mAfterContentValues.remove(key);
					mAfterKeys.remove(key);
					notifyUpdateListeners(key);
					return;
				}
			}
@@ -336,6 +337,7 @@ public final class ContentSet implements OnContentLoadedListener, Parcelable
					// value equals before value, so remove it from after values
					mAfterContentValues.remove(key);
					mAfterKeys.remove(key);
					notifyUpdateListeners(key);
					return;
				}
			}
@@ -370,6 +372,7 @@ public final class ContentSet implements OnContentLoadedListener, Parcelable
					// value equals before value, so remove it from after values
					mAfterContentValues.remove(key);
					mAfterKeys.remove(key);
					notifyUpdateListeners(key);
					return;
				}
			}
@@ -404,6 +407,7 @@ public final class ContentSet implements OnContentLoadedListener, Parcelable
					// value equals before value, so remove it from after values
					mAfterContentValues.remove(key);
					mAfterKeys.remove(key);
					notifyUpdateListeners(key);
					return;
				}
			}