mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-02-07 23:58:44 +01:00
bug fix
This commit is contained in:
parent
f417904109
commit
1ebfb03628
@ -76,12 +76,12 @@ public class UserV2 implements User {
|
||||
follower = metrics.optInt("followers_count");
|
||||
tweetCount = metrics.optInt("tweet_count");
|
||||
}
|
||||
defaultImage = profileImageUrl.contains("default_profile_images");
|
||||
|
||||
// not yet implemented in API 2.0
|
||||
// todo check if Twitter added these values
|
||||
likeCount = -1;
|
||||
followReqSent = false;
|
||||
defaultImage = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user