databinding-samples icon indicating copy to clipboard operation
databinding-samples copied to clipboard

why the ‘stringToSetArray‘ is called twice when the numberOfSets is edited

Open woolsen opened this issue 5 years ago • 0 comments

When I study this sample, I find that the method named "stringtosetarray" will be called twice when I edit numberofsets through EditText, which I think is redundant. When I debugged, I found that databinding automatically generated a line of code that didn't work. Is it a problem with the data binding framework? 20200315003301

woolsen avatar Mar 14 '20 16:03 woolsen