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");
|
follower = metrics.optInt("followers_count");
|
||||||
tweetCount = metrics.optInt("tweet_count");
|
tweetCount = metrics.optInt("tweet_count");
|
||||||
}
|
}
|
||||||
|
defaultImage = profileImageUrl.contains("default_profile_images");
|
||||||
|
|
||||||
// not yet implemented in API 2.0
|
// not yet implemented in API 2.0
|
||||||
// todo check if Twitter added these values
|
// todo check if Twitter added these values
|
||||||
likeCount = -1;
|
likeCount = -1;
|
||||||
followReqSent = false;
|
followReqSent = false;
|
||||||
defaultImage = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user