You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly, there's a mistake in this line, because it checks newData for being null, but then returns the length of previousData instead of newData:
If I understand correctly, there's a mistake in this line, because it checks newData for being null, but then returns the length of previousData instead of newData:
Wrox-ProfessionalAndroid-4E/Snippets_ch5/app/src/main/java/com/professionalandroid/apps/databinding/SimpleAdapter.java
Line 96 in 9741a8b
Probably that's because there is similar method for previousData right before it:
Wrox-ProfessionalAndroid-4E/Snippets_ch5/app/src/main/java/com/professionalandroid/apps/databinding/SimpleAdapter.java
Line 91 in 9741a8b
The text was updated successfully, but these errors were encountered: