SundeepK / TwitterFilttr

An open source twitter client that allows users to filter tweets on certain keywords or hashtags and receive notifications
2 stars 0 forks source link

Performing a pull to refresh on the custom timeline for keywords causes current friends to be unmarked as friends in the DB #8

Closed SundeepK closed 10 years ago

SundeepK commented 10 years ago

This issue is likely due to the fact that the FriendDao is being supplied null values for the isFriend column when new tweets are being searched. This is nullifying the current value for this column. The fix is to supply only the columns that need to be updated.