getlantern / firetweet

FireTweet for Android powered by Lantern
272 stars 73 forks source link

When the user favorites a tweet which has 0 favorites, it increases the count to 2 #45

Open sunshine19090 opened 9 years ago

sunshine19090 commented 9 years ago

I couldn't get the exact steps. But this is what I noticed about the favorites functionality in the timeline.

  1. User 1 creates 4 new tweets. User 2 follows User 1
  2. Now User 2 favorites the first tweet, working as expected.
  3. Favorites the second tweet, works as expected
  4. Favorites the third tweet, increases the count to 2 instead of 1
  5. Favorites the fourth tweet, works as expected.
  6. Unfavorites the first tweet, works as expected.
  7. Unfavorites the first tweet, increase the count to 1 for the first tweet and the second tweet but the color turns grey.

screenshot_2015-04-21-23-20-10 screenshot_2015-04-21-23-37-11 screenshot_2015-04-21-23-37-51 screenshot_2015-04-21-23-38-05 screenshot_2015-04-21-23-38-11 screenshot_2015-04-21-23-38-24 screenshot_2015-04-21-23-38-35