Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/awais/instagrabber/webservices/NewsService.java
|
@ -137,7 +137,7 @@ public class NewsService { |
|
|
u.isVerified() |
|
|
u.isVerified() |
|
|
), |
|
|
), |
|
|
9999, |
|
|
9999, |
|
|
u.getProfilePicId() // placeholder |
|
|
|
|
|
|
|
|
String.valueOf(u.getPk()) // placeholder |
|
|
); |
|
|
); |
|
|
}) |
|
|
}) |
|
|
.collect(Collectors.toList()); |
|
|
.collect(Collectors.toList()); |
|
|