etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Remove unnecessary 'if' condition in 'NotifyBinding' delegated property #40

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

Since the Data binding library already guarantees to only render changed values the check if (this.value != value) to notify changes in NotifyBinding is redundant.